create_table
Define new database tables with specified columns, data types, and indexes to organize and store structured data in MySQL databases.
Instructions
Create a new table in the database
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| fields | Yes | ||
| indexes | No |