Maximum length of a column comment in MySQL.
File
- core/
includes/ database/ mysql/ schema.inc, line 25 - Database schema code for MySQL database servers.
Class
- DatabaseSchema_mysql
- Class to create and manipulate MySQL tables.
Code
const COMMENT_MAX_COLUMN = 255;