mysql增加索引_MySQL
来源:动视网
责编:小采
时间:2020-11-09 19:30:44
mysql增加索引_MySQL
mysql增加索引_MySQL:数据库p_oa修改表:oa_wealth_wealth_categoryalter table oa_wealth_wealth_category add column usable int(11) not null default 1;表oa_wealth_wealth_user_log增加索引alter table oa_wealth_wealt
导读mysql增加索引_MySQL:数据库p_oa修改表:oa_wealth_wealth_categoryalter table oa_wealth_wealth_category add column usable int(11) not null default 1;表oa_wealth_wealth_user_log增加索引alter table oa_wealth_wealt

数据库p_oa
修改表:oa_wealth_wealth_category
alter table oa_wealth_wealth_category add column usable int(11) not null default 1;
表oa_wealth_wealth_user_log增加索引
alter table oa_wealth_wealth_user_log add index idx_wealth_code_id(wealth_code_id);
mysql增加索引_MySQL
mysql增加索引_MySQL:数据库p_oa修改表:oa_wealth_wealth_categoryalter table oa_wealth_wealth_category add column usable int(11) not null default 1;表oa_wealth_wealth_user_log增加索引alter table oa_wealth_wealt