mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
change sequence of field in tblDocumentFiles
This commit is contained in:
parent
6b16ac5411
commit
2acee8d335
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user