Files
bodyshop/hasura/migrations/1578961968258_track_all_relationships/up.yaml
2020-01-13 22:08:06 -08:00

21 lines
392 B
YAML

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