delete-column
Remove a column from a table by specifying its ID and column name.
Instructions
Delete a column from an existing table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableId | Yes | The UUID identifier of the table to edit | |
| columnName | Yes | The name of the column to delete |