21 lines
433 B
YAML
21 lines
433 B
YAML
- args:
|
|
name: bodyshop
|
|
table:
|
|
name: appointments
|
|
schema: public
|
|
using:
|
|
foreign_key_constraint_on: bodyshopid
|
|
type: create_object_relationship
|
|
- args:
|
|
name: appointments
|
|
table:
|
|
name: bodyshops
|
|
schema: public
|
|
using:
|
|
foreign_key_constraint_on:
|
|
column: bodyshopid
|
|
table:
|
|
name: appointments
|
|
schema: public
|
|
type: create_array_relationship
|