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

41 lines
834 B
YAML

- args:
name: csiinvites
table:
name: bodyshops
schema: public
using:
foreign_key_constraint_on:
column: bodyshopid
table:
name: csiinvites
schema: public
type: create_array_relationship
- args:
name: bodyshop
table:
name: csiinvites
schema: public
using:
foreign_key_constraint_on: bodyshopid
type: create_object_relationship
- args:
name: job
table:
name: csiinvites
schema: public
using:
foreign_key_constraint_on: jobid
type: create_object_relationship
- args:
name: csiinvites
table:
name: jobs
schema: public
using:
foreign_key_constraint_on:
column: jobid
table:
name: csiinvites
schema: public
type: create_array_relationship