public.document¶
Description¶
Columns¶
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| id | uuid | false | public.document_approval | Unique identifier of the document.(DC2Type:uuid) | ||
| contentful_id | varchar(64) | false | Unique identifier from Contentful CMS for syncing document data. | |||
| type | varchar(255) | false | Type of legal document (e.g., terms-of-service, privacy-policy, imprint). |
Constraints¶
| Name | Type | Definition |
|---|---|---|
| document_pkey | PRIMARY KEY | PRIMARY KEY (id) |
Indexes¶
| Name | Definition |
|---|---|
| document_pkey | CREATE UNIQUE INDEX document_pkey ON public.document USING btree (id) |
| uniq_d8698a76d756ce8c | CREATE UNIQUE INDEX uniq_d8698a76d756ce8c ON public.document USING btree (contentful_id) |
Relations¶
Generated by tbls