create_table
Define table structures and add new tables to MySQL databases using the MCP MySQL Server. Specify table names, fields, column properties, and indexes for efficient database management.
Instructions
Create a new table in the database
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | ||
| indexes | No | ||
| table | Yes | Table name |