Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('data_attachmentrequest_id_seq'::regclass) |
|
|
||||
| varchar | 255 | null |
|
|
||||||
| status | bool | 1 | null |
|
|
|||||
| allegation_id | int4 | 10 | null |
|
|
|||||
| timestamp | timestamptz | 35,6 | null |
|
|
Table contained 115 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| data_attachmentrequest_pkey | Primary key | Asc | id |
| data_attachmentrequest_allegation_id_c0b1886b | Performance | Asc | allegation_id |
| data_attachmentrequest_allegation_id_email_6a6b4a45_uniq | Must be unique | Asc/Asc | allegation_id + email |

