Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('data_attachmentocr_id_seq'::regclass) |
|
|
||||
| created_at | timestamptz | 35,6 | null |
|
|
|||||
| updated_at | timestamptz | 35,6 | null |
|
|
|||||
| page_num | int4 | 10 | null |
|
|
|||||
| ocr_text | text | 2147483647 | null |
|
|
|||||
| attachment_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| data_attachmentocr_pkey | Primary key | Asc | id |
| data_attachmentocr_attachment_id_fd91a419 | Performance | Asc | attachment_id |

