- 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