21 lines
401 B
YAML
21 lines
401 B
YAML
- args:
|
|
name: jobs
|
|
table:
|
|
name: bodyshops
|
|
schema: public
|
|
using:
|
|
foreign_key_constraint_on:
|
|
column: shopid
|
|
table:
|
|
name: jobs
|
|
schema: public
|
|
type: create_array_relationship
|
|
- args:
|
|
name: bodyshop
|
|
table:
|
|
name: jobs
|
|
schema: public
|
|
using:
|
|
foreign_key_constraint_on: shopid
|
|
type: create_object_relationship
|