create_table
Define and generate a new table in a MySQL database by specifying table name, fields, data types, indexes, and other properties using the MCP MySQL Server interface.
Instructions
Create a new table in the database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | Yes | ||
indexes | No | ||
table | Yes | Table name |