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