views:

270

answers:

1

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  A: 

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

http://stackoverflow.com/questions/391323/table-comment-length-in-mysql

shurik2533