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

21 lines
420 B
YAML

- args:
name: invoice
table:
name: documents
schema: public
using:
foreign_key_constraint_on: invoiceid
type: create_object_relationship
- args:
name: documents
table:
name: invoices
schema: public
using:
foreign_key_constraint_on:
column: invoiceid
table:
name: documents
schema: public
type: create_array_relationship