create_table
Define and create new tables in MySQL or MongoDB databases by specifying table name, fields, indexes, and constraints through a standardized schema, enabling efficient database schema management.
Instructions
Create a new table in the database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | Yes | ||
indexes | No | ||
table | Yes | Table name |