feature: add company and link person to company and workspace
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
table:
|
||||
name: person
|
||||
schema: public
|
||||
object_relationships:
|
||||
- name: company
|
||||
using:
|
||||
foreign_key_constraint_on: company_id
|
||||
- name: workspace
|
||||
using:
|
||||
foreign_key_constraint_on: workspace_id
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
table:
|
||||
name: company
|
||||
schema: public
|
||||
@ -1,2 +1,3 @@
|
||||
- "!include public_company.yaml"
|
||||
- "!include public_person.yaml"
|
||||
- "!include public_workspaces.yaml"
|
||||
|
||||
Reference in New Issue
Block a user