41 lines
848 B
YAML
41 lines
848 B
YAML
- args:
|
|
name: user
|
|
table:
|
|
name: associations
|
|
schema: public
|
|
using:
|
|
foreign_key_constraint_on: useremail
|
|
type: create_object_relationship
|
|
- args:
|
|
name: bodyshop
|
|
table:
|
|
name: associations
|
|
schema: public
|
|
using:
|
|
foreign_key_constraint_on: shopid
|
|
type: create_object_relationship
|
|
- args:
|
|
name: associations
|
|
table:
|
|
name: bodyshops
|
|
schema: public
|
|
using:
|
|
foreign_key_constraint_on:
|
|
column: shopid
|
|
table:
|
|
name: associations
|
|
schema: public
|
|
type: create_array_relationship
|
|
- args:
|
|
name: associations
|
|
table:
|
|
name: users
|
|
schema: public
|
|
using:
|
|
foreign_key_constraint_on:
|
|
column: useremail
|
|
table:
|
|
name: associations
|
|
schema: public
|
|
type: create_array_relationship
|