Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
sample_group_image_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||
description | text | 2147483647 | √ |
|
|
A brief description of the image content. |
||||
image_location | text | 2147483647 |
|
|
The storage path or URL where the image is located. |
|||||
image_name | varchar(80) | 80 | √ |
|
|
The file name or title of the image. |
||||
image_type_id | int4 | 10 |
|
|
Specifies the image type, indicating the category or format of the image. |
|||||
sample_group_id | int4 | 10 |
|
|
Identifies the specific sample group. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_sample_group_images_pkey | Primary key | Asc | sample_group_image_id |