add_column
Easily add a new column to an existing table in MySQL or MongoDB. Specify the column name, type, length, nullability, and default value for efficient database schema management.
Instructions
Add a new column to existing table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
field | Yes | ||
table | Yes |