DataloggerProgramFiles - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: DataloggerProgramFiles

Information about datalogger program files

Columns

PKNameData TypeNULLAutoDefaultCommentFK

ProgramIDInteger

nextval('"ODMXEquipment"."DataloggerProgramFiles_ProgramID_seq"'::regclass)Primary key identifier
AffiliationIDInteger Foreign key identifier of the affiliation for the person that created the program

ProgramNameVarChar() Text name of the datalogger program file
ProgramDescriptionVarChar()

Text description of the datalogger program file
ProgramVersionVarChar()

Text description of the version of the datalogger program file
ProgramFileLinkVarChar()

URL or file path to the datalogger program file

Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_DataloggerProgramFiles_AffiliationsODMXCore.AffiliationsODMXEquipment.DataloggerProgramFilesAffiliationIDAffiliationID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXEquipment