Files
bodyshop/hasura/migrations/1578415220953_track_all_relationships/up.yaml

21 lines
418 B
YAML

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