change sequence of field in tblDocumentFiles

This commit is contained in:
Uwe Steinmann 2017-02-27 18:12:43 +01:00
parent 6b16ac5411
commit 2acee8d335

View File

@ -316,8 +316,8 @@ CREATE TABLE `tblDocumentFiles` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`document` int(11) NOT NULL DEFAULT '0',
`version` smallint(5) unsigned NOT NULL DEFAULT '0',
`userID` int(11) NOT NULL DEFAULT '0',
`public` tinyint(1) NOT NULL DEFAULT '0',
`userID` int(11) NOT NULL DEFAULT '0',
`comment` text,
`name` varchar(150) DEFAULT NULL,
`date` int(12) DEFAULT NULL,