Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
FLDF_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the FLDF table |
|||
FLDO_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||
FLDF_LAT | DOUBLE | 22 | √ | null |
|
|
Latitude of file location in WGS84 (deg) |
|||
FLDF_LON | DOUBLE | 22 | √ | null |
|
|
Longitude of file location in WGS84 (deg) |
|||
FLDF_DESC | VARCHAR | 1000 | √ | null |
|
|
Detailed description of the associated file |
|||
FILE_ID | INT UNSIGNED | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | FLDF_ID |
FILE_ID | Performance | Asc | FILE_ID |
FLDO_ID | Performance | Asc | FLDO_ID |