mysql增加索引_MySQL
程序员文章站
2022-05-13 12:58:39
...
数据库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);
修改表: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);
上一篇: java 同步、异步、阻塞和非阻塞分析
推荐阅读