supabase_add_column
Add a new column to an existing Supabase database table by specifying column name, data type, and optional constraints.
Instructions
[UNIFIED] Add a new column to an existing table.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| table | Yes | ||
| column_name | Yes | ||
| column_type | Yes | ||
| nullable | No | ||
| default_value | No | ||
| schema | No | public |