How to increase mysql table comments length?
comments, ddl, mysql
Solution
As I know, it is impossible to make it by mysql standard means.
Table comment length in MySQL
Problem
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