There are no maximum column sizes in the MySQL documentation of
INFORMATION_SCHEMAS.
In most cases this is not a problem, as I can guess what a maximum column size
might be, or find out by experimenting via the command line.
The problem is with potentially large columns, such as routine_definition
(in....routines), view_definition (in ... views) and conditions and bodies of
triggers.
Unfortunately, these max sizes appear to be implementation-dependent, for
example maxsize of routine_definition is 4000 for SQL Server and 400 for Mimer
SQL.
What are these max column sizes for MySQL?