Creates a new table in both the model and the actual database. Auto-creates id, created_at, and updated_at columns.
Enter token in format (Bearer
Database ID
Table configuration
Display name for the table
255"Users Table"
Actual database table name (must start with letter, contain only letters, numbers, underscores)
63^[a-zA-Z][a-zA-Z0-9_]*$"users"
Optional description
1000"Table for storing user information"
Optional schema definition