add_column
Add a new column to an existing MySQL table, specifying name, type, and optional parameters like default value, length, and nullability.
Instructions
Add a new column to existing table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
field | Yes | ||
table | Yes |