Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | int8 | 19 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||
file_name | text | 2147483647 | null |
|
|
|||||||||||||||||||||||||||||||||||||||
content_type | text | 2147483647 | null |
|
|
|||||||||||||||||||||||||||||||||||||||
size | int8 | 19 | null |
|
|
|||||||||||||||||||||||||||||||||||||||
created_time | timestamptz | 35,6 | null |
|
|
|||||||||||||||||||||||||||||||||||||||
modified_time | timestamptz | 35,6 | null |
|
|
|||||||||||||||||||||||||||||||||||||||
created_by | int8 | 19 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||
storage_url | text | 2147483647 | null |
|
|
|||||||||||||||||||||||||||||||||||||||
modified_by | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
photos_pkey | Primary key | Asc | id |
photos_storage_url_key | Must be unique | Asc | storage_url |
Check Constraints
Constraint Name | Constraint |
---|---|
content_type_cannot_be_empty_string | (length(content_type) > 0) |
file_name_cannot_be_empty_string | (length(file_name) > 0) |