add_column
Add a new column to an existing MySQL table by specifying the column name, data type, length, nullable status, and default value. This tool enables efficient database schema modifications.
Instructions
Add a new column to existing table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
field | Yes | ||
table | Yes |