seed_add_relationship
Add or replace a relationship between existing Seed tables by specifying source table, relation name, type, and target table.
Instructions
Add or replace a relationship on an existing Seed table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Human-readable relationship label. Defaults to relationName. | |
| relationName | Yes | Relationship key on the source table. | |
| relationType | Yes | Seed relationship type. | |
| sourceTableName | Yes | Existing table that will receive the relationship. | |
| targetTableName | Yes | Existing target table. |