Files
bodyshop/hasura/migrations/1619132753494_track_all_relationships/up.yaml
2021-04-22 16:23:32 -07:00

21 lines
425 B
YAML

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