#数据库 ucs
alter table tb_mindfire add version smallint(1) NOT NULL DEFAULT '1' COMMENT '1代表公开,2代表私密,3代表绝密' AFTER type
tb_mindfire