DataloggerFiles - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: DataloggerFiles

Destibes datalogger files created by a deployment action

Columns

PKNameData TypeNULLAutoDefaultCommentFK

DataloggerFileIDInteger

nextval('"ODMXEquipment"."DataloggerFiles_DataloggerFileID_seq"'::regclass)Primary key identifier
ProgramIDInteger Foreign key identifier of the datalogger program that created the file

DataloggerFileNameVarChar() Text name of the datalogger file
DataloggerFileDescriptionVarChar()

Text description of the datalogger file
DataloggerFileLinkVarChar()

URL or file path to the datalogger file

Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_DataloggerFiles_DataloggerProgramFilesODMXEquipment.DataloggerProgramFilesODMXEquipment.DataloggerFilesProgramIDProgramID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXEquipment