- args: name: user table: name: audit_trail schema: public using: foreign_key_constraint_on: useremail type: create_object_relationship - args: name: bodyshop table: name: audit_trail schema: public using: foreign_key_constraint_on: bodyshopid type: create_object_relationship - args: name: audit_trails table: name: bodyshops schema: public using: foreign_key_constraint_on: column: bodyshopid table: name: audit_trail schema: public type: create_array_relationship - args: name: invoices table: name: jobs schema: public using: foreign_key_constraint_on: column: jobid table: name: invoices schema: public type: create_array_relationship - args: name: audit_trails table: name: users schema: public using: foreign_key_constraint_on: column: useremail table: name: audit_trail schema: public type: create_array_relationship