-- liushl -- 投资数据 alter table investment_data add column `is_buy` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否购买' after lv;