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

41 lines
802 B
YAML

- args:
name: vehicle
table:
name: jobs
schema: public
using:
foreign_key_constraint_on: vehicleid
type: create_object_relationship
- args:
name: owner
table:
name: jobs
schema: public
using:
foreign_key_constraint_on: ownerid
type: create_object_relationship
- args:
name: jobs
table:
name: owners
schema: public
using:
foreign_key_constraint_on:
column: ownerid
table:
name: jobs
schema: public
type: create_array_relationship
- args:
name: jobs
table:
name: vehicles
schema: public
using:
foreign_key_constraint_on:
column: vehicleid
table:
name: jobs
schema: public
type: create_array_relationship