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