Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | text | 2147483647 | null |
|
|
|||||||||
| room_id | text | 2147483647 | null |
|
|
|||||||||
| doc_type | text | 2147483647 | null |
|
|
|||||||||
| title | text | 2147483647 | null |
|
|
|||||||||
| status | text | 2147483647 | 'draft'::text |
|
|
|||||||||
| version | int4 | 10 | 1 |
|
|
|||||||||
| page_count | int4 | 10 | 1 |
|
|
|||||||||
| obj_key | text | 2147483647 | √ | null |
|
|
||||||||
| file_size | int8 | 19 | √ | null |
|
|
||||||||
| content_type | text | 2147483647 | √ | 'application/pdf'::text |
|
|
||||||||
| pdfx_manifest | jsonb | 2147483647 | √ | null |
|
|
||||||||
| metadata | jsonb | 2147483647 | √ | '{}'::jsonb |
|
|
||||||||
| created_at | timestamptz | 35,6 | now() |
|
|
|||||||||
| updated_at | timestamptz | 35,6 | now() |
|
|
|||||||||
| content_html | text | 2147483647 | √ | null |
|
|
||||||||
| sort_order | int4 | 10 | 0 |
|
|
|||||||||
| short_obj_key | text | 2147483647 | √ | null |
|
|
||||||||
| pdfx_manifest_short | jsonb | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| deal_documents_pkey | Primary key | Asc | id |
| idx_docs_room | Performance | Asc | room_id |
| idx_docs_room_doctype | Performance | Asc/Asc | room_id + doc_type |