opensas
opensas

Reputation: 63415

How to increase mysql table comments length?

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

Answers (1)

shurik2533
shurik2533

Reputation: 1780

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

Table comment length in MySQL

Upvotes: 3

Related Questions