jan/app-backend/hasura/metadata/databases/jandb/tables/public_collections.yaml
hiento09 86f0ffc7d1
Chore/disable submodule (#56)
* Chore disable git submodule for web-client and app-backend

* Chore add newest source code of app-backend and web-client

---------

Co-authored-by: Hien To <tominhhien97@gmail.com>
2023-09-05 16:29:07 +07:00

37 lines
693 B
YAML

table:
name: collections
schema: public
array_relationships:
- name: collection_products
using:
manual_configuration:
column_mapping:
id: collection_id
insertion_order: null
remote_table:
name: collection_products
schema: public
select_permissions:
- role: public
permission:
columns:
- slug
- description
- name
- created_at
- updated_at
- id
filter: {}
comment: ""
- role: user
permission:
columns:
- slug
- description
- name
- created_at
- updated_at
- id
filter: {}
comment: ""