seed_create_table
Define a new Seed table with custom fields and optional relationships, enabling structured data storage through the Seed backend API.
Instructions
Create a Seed table with fields and optional relationships.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Machine name for the table. | |
| label | No | Human-readable table label. Defaults to the table name. | |
| fields | Yes | Fields to create on the table. | |
| relations | No | Relationships to create with the table. | |
| description | No | Table description. |