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