Reputation: 63415
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
Upvotes: 4
Views: 3302
Reputation: 1780
As I know, it is impossible to make it by mysql standard means.
Upvotes: 3