Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
file_id | int8 | 19 | null |
|
|
|||||||||
report_id | int8 | 19 | null |
|
|
|||||||||
deleted | bool | 1 | null |
|
|
Flag for photos to be deleted in the next publishing. |
||||||||
caption | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
report_photos_pkey | Primary key | Asc | file_id |
report_photos_report_id_file_id_key | Must be unique | Asc/Asc | report_id + file_id |
report_photos_report_id_idx | Performance | Asc | report_id |