* Add field to metric: implementedBy,implementedDate,delistedBy,delistedDate.

This commit is contained in:
zhouxin
2023-09-08 09:07:46 +08:00
parent a9b8f1ebc3
commit 8f9afa89b6
+4
View File
@@ -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',