How to increase mysql table comments length?

僤鯓⒐⒋嵵緔 提交于 2019-12-12 11:35:19

问题


Seems like max table comments length in mysql is only 60 characters.

I'm developing an aplicacion in php symfony, which automatically generates sql ddl sentences, and in many cases those comments are far beyond 60 characters.

Is there some way to increase that limit?

thanks a lot


回答1:


As I know, it is impossible to make it by mysql standard means.

Table comment length in MySQL



来源:https://stackoverflow.com/questions/2473934/how-to-increase-mysql-table-comments-length

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!