FLDF

580 rows


Description

General information of supplemental files associated with an observation

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
FLDO.FLDO_ID FLDF_ibfk_1C
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
FILE.FILE_ID FLDF_ibfk_2C

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

Relationships