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 |
|
|
||||
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 |
|
|
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 |