Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('data_attachmentnarrative_id_seq'::regclass) |
|
|
||||
created_at | timestamptz | 35,6 | null |
|
|
|||||
updated_at | timestamptz | 35,6 | null |
|
|
|||||
page_num | int4 | 10 | null |
|
|
|||||
section_name | varchar | 255 | null |
|
|
|||||
column_name | varchar | 255 | null |
|
|
|||||
text_content | text | 2147483647 | null |
|
|
|||||
attachment_id | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
data_attachmentnarrative_pkey | Primary key | Asc | id |
data_attachmentnarrative_attachment_id_2586f1f8 | Performance | Asc | attachment_id |