create_schema
Create a new schema in a project by supplying the project UUID and schema name, with an optional description.
Instructions
Создать новую схему в проекте.
Args:
project_uuid: UUID проекта.
schema_name: Название схемы (например, users, orders).
schema_description: Описание схемы (необязательно).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_name | Yes | ||
| project_uuid | Yes | ||
| schema_description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |