Creates a new table in both the model and the actual database. Auto-creates id, created_at, and updated_at columns.
Documentation Index
Fetch the complete documentation index at: https://docs.moonly.ai/llms.txt
Use this file to discover all available pages before exploring further.
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