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

21 lines
424 B
YAML

- args:
name: templates
table:
name: bodyshops
schema: public
using:
foreign_key_constraint_on:
column: bodyshopid
table:
name: templates
schema: public
type: create_array_relationship
- args:
name: bodyshop
table:
name: templates
schema: public
using:
foreign_key_constraint_on: bodyshopid
type: create_object_relationship