Files
bodyshop/hasura/migrations/1589491967880_track_all_relationships/up.yaml
2020-05-14 15:46:48 -07:00

21 lines
445 B
YAML

- args:
name: parts_orders
table:
name: invoices
schema: public
using:
foreign_key_constraint_on:
column: returnfrominvoice
table:
name: parts_orders
schema: public
type: create_array_relationship
- args:
name: invoice
table:
name: parts_orders
schema: public
using:
foreign_key_constraint_on: returnfrominvoice
type: create_object_relationship