Files
bodyshop/hasura/migrations/1613150092386_track_all_relationships/up.yaml
2021-02-12 11:25:34 -08:00

21 lines
424 B
YAML

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