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

21 lines
401 B
YAML

- args:
name: payments
table:
name: jobs
schema: public
using:
foreign_key_constraint_on:
column: jobid
table:
name: payments
schema: public
type: create_array_relationship
- args:
name: job
table:
name: payments
schema: public
using:
foreign_key_constraint_on: jobid
type: create_object_relationship