* [misc] update standard sql.
This commit is contained in:
@@ -2874,6 +2874,7 @@ CREATE TABLE `zt_programreport` (
|
||||
CREATE TABLE `zt_project` (
|
||||
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`project` mediumint(8) NOT NULL DEFAULT 0,
|
||||
`isTpl` tinyint(1) unsigned NOT NULL DEFAULT 0,
|
||||
`charter` mediumint(8) NOT NULL DEFAULT 0,
|
||||
`model` char(30) NOT NULL DEFAULT '',
|
||||
`type` char(30) NOT NULL DEFAULT 'sprint',
|
||||
@@ -3713,6 +3714,7 @@ CREATE TABLE `zt_task` (
|
||||
`project` mediumint(8) unsigned NOT NULL DEFAULT 0,
|
||||
`parent` mediumint(8) NOT NULL DEFAULT 0,
|
||||
`isParent` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`isTpl` tinyint(1) unsigned NOT NULL DEFAULT 0,
|
||||
`path` text DEFAULT NULL,
|
||||
`execution` mediumint(8) unsigned NOT NULL DEFAULT 0,
|
||||
`module` mediumint(8) unsigned NOT NULL DEFAULT 0,
|
||||
|
||||
Reference in New Issue
Block a user