rename_column
Renames a column in a table using the table UUID, column ID, and new column name.
Instructions
Rename an existing column on a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_uuid | Yes | The UUID of the table | |
| column_id | Yes | The UUID of the column to rename | |
| name | Yes | The new column name |