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

21 lines
416 B
YAML

- args:
name: employees
table:
name: bodyshops
schema: public
using:
foreign_key_constraint_on:
column: shopid
table:
name: employees
schema: public
type: create_array_relationship
- args:
name: bodyshop
table:
name: employees
schema: public
using:
foreign_key_constraint_on: shopid
type: create_object_relationship