edit_table
Modify a table's name, position on the canvas, and color within a schema. Provide schema and table UUIDs to identify the target table.
Instructions
Изменить свойства таблицы (название, позицию на холсте, цвет).
Args:
schema_uuid: UUID схемы.
table_uuid: UUID таблицы.
table_name: Новое название таблицы.
position_x: Новая координата X.
position_y: Новая координата Y.
table_color: Новый цвет в HEX.
branch_name: Ветка схемы (по умолчанию main).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position_x | No | ||
| position_y | No | ||
| table_name | No | ||
| table_uuid | Yes | ||
| branch_name | No | main | |
| schema_uuid | Yes | ||
| table_color | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |