You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- -- 在线记录表修改
- -- hh
-
- ALTER TABLE `log_all_online`
- ADD COLUMN `log_time` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT '记录节点时间' AFTER `online_time`;
|