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

41 lines
848 B
YAML

- args:
name: csiquestions
table:
name: bodyshops
schema: public
using:
foreign_key_constraint_on:
column: bodyshopid
table:
name: csiquestions
schema: public
type: create_array_relationship
- args:
name: csiquestion
table:
name: csi
schema: public
using:
foreign_key_constraint_on: questionset
type: create_object_relationship
- args:
name: bodyshop
table:
name: csiquestions
schema: public
using:
foreign_key_constraint_on: bodyshopid
type: create_object_relationship
- args:
name: csis
table:
name: csiquestions
schema: public
using:
foreign_key_constraint_on:
column: questionset
table:
name: csi
schema: public
type: create_array_relationship