add_column
Add a new column to an existing MySQL table with specified name, type, and optional attributes like length, nullability, and default value. Simplifies schema updates in databases.
Instructions
Add a new column to existing table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
field | Yes | ||
table | Yes |