Create a New Table: Build from Scratch
For complete control over your table’s structure, start with a blank canvas.
Steps
-
Click Create Table in the top-right corner.
-
Enter table name and save to create a new 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.