create_table
Add a new table to a MySQL database by defining its name, fields, and optional indexes using the MCP MySQL Server's standardized interface for schema management.
Instructions
Create a new table in the database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | Yes | ||
indexes | No | ||
table | Yes | Table name |