Columns
| Column | Type | Size | Nulls | Auto | Children | Parents | Comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| image_type_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
|||||||||||||
| date_updated | timestamptz | 35,6 | √ |
|
|
||||||||||||||
| description | text | 2147483647 | √ |
|
|
A brief explanation of the image type’s purpose. |
|||||||||||||
| image_type | varchar(40) | 40 |
|
|
The specific category or designation of the image. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_image_types_pkey | Primary key | Asc | image_type_id |
| tbl_image_types_image_type_key | Must be unique | Asc | image_type |
| tbl_image_types_image_type_unique | Must be unique | Asc | image_type |

