Skip to main content

Create a New Table: Build from Scratch

For complete control over your table’s structure, start with a blank canvas.

Steps

  1. Click Create Table in the top-right corner.

    Blank Table Creation
  2. Enter table name and save to create a new table.

    Blank Creatd Table

Recommendation: Table Naming Convention

We recommend using snake_case (e.g., customer_orders, inventory_list) for table names to ensure consistency and compatibility with workflows and integrations.

Predefined Columns in Every Table

Each table includes the following columns:

  • id: A unique identifier for each row.
  • created_at: Stores the timestamp of when the row was created.
  • updated_at: Stores the timestamp of the last update.