21 lines
420 B
YAML
21 lines
420 B
YAML
- args:
|
|
name: invoice
|
|
table:
|
|
name: documents
|
|
schema: public
|
|
using:
|
|
foreign_key_constraint_on: invoiceid
|
|
type: create_object_relationship
|
|
- args:
|
|
name: documents
|
|
table:
|
|
name: invoices
|
|
schema: public
|
|
using:
|
|
foreign_key_constraint_on:
|
|
column: invoiceid
|
|
table:
|
|
name: documents
|
|
schema: public
|
|
type: create_array_relationship
|