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.

7 lines
144 B

set names utf8;
use n9e_mon;
alter table log_collect add `whether_attach_one_log_line` tinyint(1) not null default 0 after last_updated;