Maximum length of a table comment in MySQL.
File
- drivers/
database_mysql/ schema.inc, line 19 - Database schema code for MySQL database servers.
Class
Code
const COMMENT_MAX_TABLE = 60;
Maximum length of a table comment in MySQL.
const COMMENT_MAX_TABLE = 60;