MySQL:错误1628:表'customer'的注释过长(最大值= 60)

MySQL:错误1628:表'customer'的注释过长(最大值= 60),第1张

MySQL:错误1628:表'customer'的注释过长最大值= 60)

As stated in the MySQL docs, a comment is limited to 255 characters:
http://dev.mysql.com/doc/refman/5.1/en/create-table.html#id3411882. Your
comment is 305 characters, and it would seem, from the error message, that
your particular MySQL install has a 60 character limit.



欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/4980566.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-14
下一篇 2022-11-14

发表评论

登录后才能评论

评论列表(0条)

保存