欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

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);