标签:title ble 长度 lte odi modify 字符 nbsp col
mysql 修改字段长度
alter table news modify column title varchar(130);
alter table 表名 modify column 字段名 类型;
如:news 表里的title 字段 原来长度是 100个字符,现长度要改成130个字符
alter table news modify column title varchar(130);
标签:title ble 长度 lte odi modify 字符 nbsp col
原文地址:https://www.cnblogs.com/-zrj/p/9504009.html