create_column
Add a new column to an existing table by providing the table UUID, column name, and optional type.
Instructions
Add a new column to an existing table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_uuid | Yes | The UUID of the table | |
| name | Yes | Column display name | |
| type | No | Column type (default: 'text') | text |