Files
bodyshop/hasura/migrations/1624480412524_track_all_relationships/up.yaml
2021-06-23 14:15:41 -07:00

21 lines
444 B
YAML

- args:
name: partsOrdersByOrderedby
table:
name: users
schema: public
using:
foreign_key_constraint_on:
column: orderedby
table:
name: parts_orders
schema: public
type: create_array_relationship
- args:
name: userByOrderedby
table:
name: parts_orders
schema: public
using:
foreign_key_constraint_on: orderedby
type: create_object_relationship