bugfix: rename hasura file
This commit is contained in:
10
hasura/metadata/databases/default/tables/public_person.yaml
Normal file
10
hasura/metadata/databases/default/tables/public_person.yaml
Normal file
@ -0,0 +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
|
||||
Reference in New Issue
Block a user