Maximum length of a column comment in MySQL.
File
- drivers/
database_mysql/ schema.inc, line 24 - Database schema code for MySQL database servers.
Class
Code
const COMMENT_MAX_COLUMN = 255;
Maximum length of a column comment in MySQL.
const COMMENT_MAX_COLUMN = 255;