* Task #3456 Add SQL

This commit is contained in:
滔哥
2017-12-14 09:36:39 +08:00
parent f21bfab1eb
commit 2c896fbe8f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
ALTER TABLE `zt_productplan` ADD `order` TEXT NOT NULL AFTER `end`;
+1
View File
@@ -438,6 +438,7 @@ CREATE TABLE IF NOT EXISTS `zt_productplan` (
`desc` text NOT NULL,
`begin` date NOT NULL,
`end` date NOT NULL,
`order` text NOT NULL,
`deleted` enum('0','1') NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `plan` (`product`,`end`)