add_column
Enhance MySQL database tables by adding new columns with specific name, type, length, nullable status, and default value, using structured input through the MCP server.
Instructions
Add a new column to existing table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
field | Yes | ||
table | Yes |