Files
bodyshop/hasura/migrations/1585595063336_track_all_relationships/up.yaml
2020-03-30 12:06:51 -07:00

41 lines
848 B
YAML

- args:
name: job
table:
name: cccontract
schema: public
using:
foreign_key_constraint_on: jobid
type: create_object_relationship
- args:
name: courtesycar
table:
name: cccontract
schema: public
using:
foreign_key_constraint_on: courtesycarid
type: create_object_relationship
- args:
name: cccontracts
table:
name: courtesycars
schema: public
using:
foreign_key_constraint_on:
column: courtesycarid
table:
name: cccontract
schema: public
type: create_array_relationship
- args:
name: cccontracts
table:
name: jobs
schema: public
using:
foreign_key_constraint_on:
column: jobid
table:
name: cccontract
schema: public
type: create_array_relationship