Error
Table Operations
Create a new table
Creates a new table in both the model and the actual database. Auto-creates id, created_at, and updated_at columns.
POST
Error
Authorizations
Enter token in format (Bearer )
Path Parameters
Database ID
Body
application/json
Table configuration
Display name for the table
Maximum string length:
255Example:
"Users Table"
Actual database table name (must start with letter, contain only letters, numbers, underscores)
Maximum string length:
63Pattern:
^[a-zA-Z][a-zA-Z0-9_]*$Example:
"users"
Optional description
Maximum string length:
1000Example:
"Table for storing user information"
Optional schema definition