create_table
Define and create a new table in a MySQL database, specifying table name, fields, data types, and optional indexes for structured data storage.
Instructions
Create a new table in the database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | Yes | ||
indexes | No | ||
table | Yes | Table name |