Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
sample_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 file path or URL where the image is stored. |
|||||
image_name | varchar(80) | 80 | √ |
|
|
The name of the image file. |
||||
image_type_id | int4 | 10 |
|
|
Specifies the type of image (e.g., site photograph, lab image). |
|||||
physical_sample_id | int4 | 10 |
|
|
Identifies the specific physical sample. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_sample_images_pkey | Primary key | Asc | sample_image_id |