源战役
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.

5 lines
173 B

  1. -- 在线记录表修改
  2. -- hh
  3. ALTER TABLE `log_all_online`
  4. ADD COLUMN `log_time` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT '记录节点时间' AFTER `online_time`;