| 769 |
`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', |
| 770 |
`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', |
`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', |
| 771 |
`INSERT_TIME` timestamp default CURRENT_TIMESTAMP, |
`INSERT_TIME` timestamp default CURRENT_TIMESTAMP, |
| 772 |
|
`INSERTED_BY` varchar(4) NOT NULL default 'NONE' COMMENT 'The owner of the file', |
| 773 |
|
`ON_DISK` varchar(3) NOT NULL default 'YES' COMMENT 'The file is on disk (no deleted)', |
| 774 |
PRIMARY KEY (`ID_N`) |
PRIMARY KEY (`ID_N`) |
| 775 |
) |
) |
| 776 |
; |
; |
| 797 |
`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', |
| 798 |
`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', |
`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', |
| 799 |
`INSERT_TIME` timestamp default CURRENT_TIMESTAMP, |
`INSERT_TIME` timestamp default CURRENT_TIMESTAMP, |
| 800 |
|
`INSERTED_BY` varchar(4) NOT NULL default 'NONE' COMMENT 'The owner of the file', |
| 801 |
|
`ON_DISK` varchar(3) NOT NULL default 'YES' COMMENT 'The file is on disk (no deleted)', |
| 802 |
PRIMARY KEY (`ID_N`) |
PRIMARY KEY (`ID_N`) |
| 803 |
) |
) |
| 804 |
; |
; |