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

41 lines
892 B
YAML

- args:
name: job_conversations
table:
name: conversations
schema: public
using:
foreign_key_constraint_on:
column: conversationid
table:
name: job_conversations
schema: public
type: create_array_relationship
- args:
name: job
table:
name: job_conversations
schema: public
using:
foreign_key_constraint_on: jobid
type: create_object_relationship
- args:
name: conversation
table:
name: job_conversations
schema: public
using:
foreign_key_constraint_on: conversationid
type: create_object_relationship
- args:
name: job_conversations
table:
name: jobs
schema: public
using:
foreign_key_constraint_on:
column: jobid
table:
name: job_conversations
schema: public
type: create_array_relationship