public.document¶
Description¶
Columns¶
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| id | uuid | false | public.document_approval | (DC2Type:uuid) | ||
| contentful_id | varchar(64) | false | ||||
| type | varchar(255) | false |
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