Files
bodyshop/hasura/migrations/1585153424258_track_all_relationships/up.yaml
2020-03-25 09:35:02 -07:00

21 lines
436 B
YAML

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