ElectronicFiles - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: ElectronicFiles

This table stores references for data files which cannot be supported directly in WaM-DaM like maps, images, and documents

Columns

PKNameData TypeNULLAutoDefaultCommentFK

ElectronicFileIDInteger

Primary key identifier
ElectronicFileNameVarChar(255) a text for the name of the file
ElectronicFileBLOB the actual file to be stored as an object here
ElectronicFileFormatCVVarChar(255) CV term to the file formate (e.g., csv, jpg)

DescriptionText

full text description of the file
ValuesMapperIDInteger Foreign key identifier for a DataValuesMapper record


Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_ElectronicFiles_ValuesMapperDataValues.ValuesMapperDataValues.ElectronicFilesValuesMapperIDValuesMapperID
fk_Files_CV_FileFormatCVs.CV_ElectronicFileFormatDataValues.ElectronicFilesNameElectronicFileFormatCV

Triggers

(none)


Used in Diagrams

Diagram Name
01_WaMDaM
02_WaMDaM_WCVs