- args: name: job table: name: cccontract schema: public using: foreign_key_constraint_on: jobid type: create_object_relationship - args: name: courtesycar table: name: cccontract schema: public using: foreign_key_constraint_on: courtesycarid type: create_object_relationship - args: name: cccontracts table: name: courtesycars schema: public using: foreign_key_constraint_on: column: courtesycarid table: name: cccontract schema: public type: create_array_relationship - args: name: cccontracts table: name: jobs schema: public using: foreign_key_constraint_on: column: jobid table: name: cccontract schema: public type: create_array_relationship