How to increase mysql table comments length?
Posted
by opensas
on Stack Overflow
See other posts from Stack Overflow
or by opensas
Published on 2010-03-18T23:01:16Z
Indexed on
2010/04/22
7:13 UTC
Read the original article
Hit count: 322
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
© Stack Overflow or respective owner