export_schema_sql
Export a schema from Structly to SQL DDL for the specified dialect and branch. Generate database-ready DDL statements for your target SQL flavor.
Instructions
Экспортировать схему в SQL DDL.
Args:
schema_uuid: UUID схемы.
dialect: Диалект SQL (по умолчанию postgres).
branch_name: Ветка схемы (по умолчанию main).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dialect | No | postgres | |
| branch_name | No | main | |
| schema_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |