* Add visitedDate and collector fields.

This commit is contained in:
daitingting
2018-05-02 15:15:16 +08:00
parent dd1d9b67ac
commit 20bd8575ac
+3
View File
@@ -0,0 +1,3 @@
ALTER TABLE `zt_release` ADD `marker` enum('0','1') NOT NULL default '0' AFTER `name`;
ALTER TABLE `zt_doc` ADD `collector` text NOT NULL default '' AFTER `views`,
ADD `visitedDate` text NOT NULL default '' AFTER `editedDate`;