MySQL修改字段、修改表索引等操作

1.创建索引:

 alter table table_name add index index_name (column_name)

 

posted @ 2022-08-01 10:47  盐排骨  阅读(178)  评论(0)    收藏  举报