IO-995 Update CSR to be a relationship.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
- args:
|
||||
name: employee
|
||||
table:
|
||||
name: jobs
|
||||
schema: public
|
||||
using:
|
||||
foreign_key_constraint_on: employee_csr
|
||||
type: create_object_relationship
|
||||
- args:
|
||||
name: jobsByEmployeeCsr
|
||||
table:
|
||||
name: employees
|
||||
schema: public
|
||||
using:
|
||||
foreign_key_constraint_on:
|
||||
column: employee_csr
|
||||
table:
|
||||
name: jobs
|
||||
schema: public
|
||||
type: create_array_relationship
|
||||
Reference in New Issue
Block a user