SITF

547 rows


Description

General information of supplemental files associated with a site

Columns

Column Type Size Nulls Auto Default Children Parents Comments
SITF_ID INT UNSIGNED 10 null

Unique ID (primary key) for entries in the SITF table

SITE_ID INT UNSIGNED 10 null
SITE.SITE_ID SITF_ibfk_1C
SITF_DESC VARCHAR 1000 null

Description of the associated file (e.g., site plan, cross-sectional map, Google Earth KML/KMZ, GIS file).

FILE_ID INT UNSIGNED 10 null
FILE.FILE_ID SITF_ibfk_2C

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc SITF_ID
FILE_ID Performance Asc FILE_ID
SITE_ID Performance Asc SITE_ID

Relationships