BOD-16 Courtesy Car Schema Changes

This commit is contained in:
Patrick Fic
2020-03-30 12:06:51 -07:00
parent b7dceae83f
commit 1249fd5b2c
26 changed files with 543 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
- 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