Files
bodyshop/hasura/migrations/1585594392845_track_all_relationships/up.yaml
2020-03-30 12:06:51 -07:00

21 lines
433 B
YAML

- args:
name: courtesycars
table:
name: bodyshops
schema: public
using:
foreign_key_constraint_on:
column: bodyshopid
table:
name: courtesycars
schema: public
type: create_array_relationship
- args:
name: bodyshop
table:
name: courtesycars
schema: public
using:
foreign_key_constraint_on: bodyshopid
type: create_object_relationship