delete_column
Delete a column from a table in a Structly schema. Provide schema, table, and column UUIDs, and optionally a branch name to remove the column.
Instructions
Удалить колонку из таблицы.
Args:
schema_uuid: UUID схемы.
table_uuid: UUID таблицы.
column_uuid: UUID колонки.
branch_name: Ветка схемы (по умолчанию main).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_uuid | Yes | ||
| branch_name | No | main | |
| column_uuid | Yes | ||
| schema_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |