n9e_mon-v3.7.1.sql 144 字节
Newer Older
1 2 3
set names utf8;
use n9e_mon;

4
alter table log_collect add  `whether_attach_one_log_line` tinyint(1)    not null default 0 after last_updated;
5 6