* adjust standard sql.

This commit is contained in:
wangyidong
2019-02-27 14:28:15 +08:00
parent 00ce24a83b
commit 22ca9b8fa4
+1
View File
@@ -465,6 +465,7 @@ CREATE TABLE `zt_productplan` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`product` mediumint(8) unsigned NOT NULL,
`branch` mediumint(8) unsigned NOT NULL,
`parent` mediumint(9) NOT NULL DEFAULT '0',
`title` varchar(90) NOT NULL,
`desc` text NOT NULL,
`begin` date NOT NULL,