Table comment length in mysql

Posted by azerole on Stack Overflow See other posts from Stack Overflow or by azerole
Published on 2008-12-24T12:03:41Z Indexed on 2010/05/15 3:04 UTC
Read the original article Hit count: 389

Filed under:
|

According to MySQL manual, table comments are limited to 60 characters. I'm designing the schema in MySQL Workbench, which does not enforce this limit, so I end up with writing more than 60 symbols quite often, and this causes the SQL script to fail. To tell the truth I would be quite happy with table comments being internal to my schema (i.e. not exported to the actual database), but Workbench doesn't allow this either. Hence my question: is there a way to increase maximum length of table comment in MySQL to 255?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about mysqlworkbench