Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | int8 | 19 | √ | null |
|
|
|||||
file_id | int8 | 19 | null |
|
|
||||||
width | int4 | 10 | null |
|
|
||||||
height | int4 | 10 | null |
|
|
||||||
content_type | text | 2147483647 | null |
|
|
||||||
created_time | timestamptz | 35,6 | null |
|
|
||||||
size | int4 | 10 | null |
|
|
||||||
storage_url | text | 2147483647 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
thumbnail_pkey | Primary key | Asc | id |
thumbnails_unique_height | Must be unique | Asc/Asc | file_id + height |
thumbnails_unique_storage_url | Must be unique | Asc | storage_url |
thumbnails_unique_width | Must be unique | Asc/Asc | file_id + width |