* Add field to metric: implementedBy,implementedDate,delistedBy,delistedDate.
This commit is contained in:
@@ -172,6 +172,10 @@ CREATE TABLE IF NOT EXISTS `zt_metric` (
|
||||
`createdDate` datetime DEFAULT NULL,
|
||||
`editedBy` varchar(30) NOT NULL DEFAULT '',
|
||||
`editedDate` datetime DEFAULT NULL,
|
||||
`implementedBy` varchar(30) NOT NULL DEFAULT '',
|
||||
`implementedDate` datetime DEFAULT NULL,
|
||||
`delistedBy` varchar(30) NOT NULL DEFAULT '',
|
||||
`delistedDate` datetime DEFAULT NULL,
|
||||
`builtin` enum('0', '1') NOT NULL DEFAULT '0',
|
||||
`fromID` mediumint unsigned NOT NULL DEFAULT 0,
|
||||
`order` mediumint unsigned NOT NULL DEFAULT '0',
|
||||
|
||||
Reference in New Issue
Block a user