You cannot 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
312 B
SQL

alter table tb_core_function add is_hide tinyint(1) not null default 0 comment '是否隐藏' after function_type;
alter table tb_log_operate add record_id varchar(32) null comment '记录ID' after error_msg;
alter table tb_log_operate add content varchar(255) null comment '记录内容' after return_content;