mysql 修改字段长度

2022-03-11 17:40:11 码农 1818

mysql 修改字段长度

alter table 表名 modify column 字段名 类型;

如:news 表里的title  字段 原来长度是 100个字符,现长度要改成130个字符

alter table news modify column title varchar(130);

ok 了!

—— 完 ——
  • SM3密码杂凑算法的消息分组长度为( )比特。
  • 有线等效保密协议WEP采用RC4流密码技术实现保密性,标准的64位标准流WEP用的密钥和初始向量长度分别是()
  • 公交站的长度一般为多少?
  • MySQL授予远程连接相应权限
  • DES加密算法的密钥长度为56位,三重DES的密钥长度为是()位。
  • mysql 修改字段长度
  • 备份mysql数据库报outfile disabled 错误
  • Unity Windows 路径长度限制踩坑
  • MySQL安装与配置说明
  • Host "localhost " is not allowed to connect to mysql server解决办法

© CopyRight 2014~2024 薄学网.