ODMX [ODMX_DBWrench_Schema.xml]
Destibes datalogger files created by a deployment action
| PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
|
| DataloggerFileID | Integer |
| nextval('"ODMXEquipment"."DataloggerFiles_DataloggerFileID_seq"'::regclass) | Primary key identifier | ||
| ProgramID | Integer | Foreign key identifier of the datalogger program that created the file |
|
||||
| DataloggerFileName | VarChar() | Text name of the datalogger file | |||||
| DataloggerFileDescription | VarChar() |
| Text description of the datalogger file | ||||
| DataloggerFileLink | VarChar() |
| URL or file path to the datalogger file |
(none)
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_DataloggerFiles_DataloggerProgramFiles | ODMXEquipment.DataloggerProgramFiles | ODMXEquipment.DataloggerFiles | ProgramID | ProgramID |
(none)
| Diagram Name |
| ODMXEquipment |