Files
bodyshop/hasura/migrations/1618965255172_track_all_relationships/up.yaml
2021-04-21 12:08:32 -07:00

21 lines
425 B
YAML

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