Home > Database > Mysql Tutorial > mysql增加索引_MySQL

mysql增加索引_MySQL

WBOY
Release: 2016-06-01 13:07:52
Original
1143 people have browsed it

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

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template