Files
bodyshop/hasura/migrations/1581533044908_track_all_relationships/up.yaml
2020-02-12 12:11:35 -08:00

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