rename-column
Rename a column in an existing table by providing the table ID, original column name, and new column name.
Instructions
Rename a column in an existing table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableId | Yes | The UUID identifier of the table to edit | |
| newColumnName | Yes | The new name for the column | |
| originalColumnName | Yes | The name of the existing column to rename |