首页 >数据库 >mysql教程 >mysql增加索引_MySQL

mysql增加索引_MySQL

WBOY
WBOY原创
2016-06-01 13:07:521139浏览

数据库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);

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn