Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
site_image_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
contact_id | int4 | 10 | √ |
|
|
Identifies the contact person or organization related to the site image. |
||||
credit | varchar(100) | 100 | √ |
|
|
Acknowledgment or attribution for the image. |
||||
date_taken | date | 13 | √ |
|
|
The date on which the image was captured. |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||
description | text | 2147483647 | √ |
|
|
A brief description of the image content or context. |
||||
image_location | text | 2147483647 |
|
|
The file path or URL where the image is stored. |
|||||
image_name | varchar(80) | 80 | √ |
|
|
The filename or designated name of the image. |
||||
image_type_id | int4 | 10 |
|
|
Specifies the image type classification. |
|||||
site_id | int4 | 10 |
|
|
Specifies the specific site. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_site_images_pkey | Primary key | Asc | site_image_id |