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

41 lines
840 B
YAML

- args:
name: timetickets
table:
name: employees
schema: public
using:
foreign_key_constraint_on:
column: employeeid
table:
name: timetickets
schema: public
type: create_array_relationship
- args:
name: timetickets
table:
name: jobs
schema: public
using:
foreign_key_constraint_on:
column: jobid
table:
name: timetickets
schema: public
type: create_array_relationship
- args:
name: job
table:
name: timetickets
schema: public
using:
foreign_key_constraint_on: jobid
type: create_object_relationship
- args:
name: employee
table:
name: timetickets
schema: public
using:
foreign_key_constraint_on: employeeid
type: create_object_relationship