706 |
`BAD_PKT_CALREAD` int default '0' COMMENT 'The number of Calibration packet that could have problems.', |
`BAD_PKT_CALREAD` int default '0' COMMENT 'The number of Calibration packet that could have problems.', |
707 |
`NUM_PKT_SAVED` int default '0' COMMENT 'The total number of packet saved in the ROOT file', |
`NUM_PKT_SAVED` int default '0' COMMENT 'The total number of packet saved in the ROOT file', |
708 |
`INPUT_NAME` varchar(255) default './nnnnmmm.pam' COMMENT 'It is the filename of the input file', |
`INPUT_NAME` varchar(255) default './nnnnmmm.pam' COMMENT 'It is the filename of the input file', |
709 |
|
`TIME_IS_ESTIMATED` tinyint(1) unsigned NOT NULL default '0' COMMENT 'No timesync was found for this entry, we use a timesync from the same download', |
710 |
`INSERT_TIME` timestamp default CURRENT_TIMESTAMP, |
`INSERT_TIME` timestamp default CURRENT_TIMESTAMP, |
711 |
PRIMARY KEY (`ID_N`) |
PRIMARY KEY (`ID_N`) |
712 |
) |
) |
732 |
`BAD_PKT_CALREAD` int default '0' COMMENT 'The number of Calibration packet that could have problems.', |
`BAD_PKT_CALREAD` int default '0' COMMENT 'The number of Calibration packet that could have problems.', |
733 |
`NUM_PKT_SAVED` int default '0' COMMENT 'The number of packet saved in the ROOT file', |
`NUM_PKT_SAVED` int default '0' COMMENT 'The number of packet saved in the ROOT file', |
734 |
`INPUT_NAME` varchar(255) default './nnnnmmm.pam' COMMENT 'It is the filename of the input file', |
`INPUT_NAME` varchar(255) default './nnnnmmm.pam' COMMENT 'It is the filename of the input file', |
735 |
|
`TIME_IS_ESTIMATED` tinyint(1) unsigned NOT NULL default '0' COMMENT 'No timesync was found for this entry, we use a timesync from the same download', |
736 |
`INSERT_TIME` timestamp default CURRENT_TIMESTAMP, |
`INSERT_TIME` timestamp default CURRENT_TIMESTAMP, |
737 |
PRIMARY KEY (`ID_N`) |
PRIMARY KEY (`ID_N`) |
738 |
) |
) |