Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
file_id | int8 | 19 | null |
|
|
||||||
activity_id | int8 | 19 | null |
|
|
||||||
activity_media_type_id | int4 | 10 | null |
|
|
||||||
is_cover_photo | bool | 1 | null |
|
|
||||||
bool | 1 | null |
|
|
|||||||
list_position | int4 | 10 | null |
|
|
||||||
captured_date | date | 13 | null |
|
|
||||||
caption | text | 2147483647 | √ | null |
|
|
|||||
geolocation | geometry | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
published_activity_media_files_pkey | Primary key | Asc | file_id |
published_activity_media_files_activity_id_list_position_key | Must be unique | Asc/Asc | activity_id + list_position |