* [task#149051,doing,0.1h] add doc table fields for install.
This commit is contained in:
@@ -809,7 +809,10 @@ CREATE TABLE IF NOT EXISTS `zt_doc` (
|
||||
`template` varchar(30) NOT NULL DEFAULT '',
|
||||
`templateType` varchar(30) NOT NULL DEFAULT '',
|
||||
`templateDesc` text NULL,
|
||||
`objects` text COLLATE 'utf8mb4_general_ci' NULL,
|
||||
`chapterType` varchar(30) NOT NULL DEFAULT '',
|
||||
`cycle` char(10) COLLATE 'utf8mb4_general_ci' NOT NULL DEFAULT '',
|
||||
`cycleConfig` text COLLATE 'utf8mb4_general_ci' NULL,
|
||||
`module` varchar(30) NOT NULL DEFAULT '',
|
||||
`title` varchar(255) NOT NULL DEFAULT '',
|
||||
`keywords` varchar(255) NOT NULL DEFAULT '',
|
||||
|
||||
Reference in New Issue
Block a user