Maximum length of a column comment in MySQL.
File
- core/
includes/ database/ mysql/ schema.inc, line 23 - 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;