ODMX [ODMX_DBWrench_Schema.xml]
Information about datalogger program files
| PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
|
| ProgramID | Integer |
| nextval('"ODMXEquipment"."DataloggerProgramFiles_ProgramID_seq"'::regclass) | Primary key identifier | ||
| AffiliationID | Integer | Foreign key identifier of the affiliation for the person that created the program |
|
||||
| ProgramName | VarChar() | Text name of the datalogger program file | |||||
| ProgramDescription | VarChar() |
| Text description of the datalogger program file | ||||
| ProgramVersion | VarChar() |
| Text description of the version of the datalogger program file | ||||
| ProgramFileLink | VarChar() |
| URL or file path to the datalogger program file |
(none)
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_DataloggerProgramFiles_Affiliations | ODMXCore.Affiliations | ODMXEquipment.DataloggerProgramFiles | AffiliationID | AffiliationID |
(none)
| Diagram Name |
| ODMXEquipment |