WCF
WCF copied to clipboard
Deprecate the use of `length()` on integer columns in the PHP-DDL
The length for integer columns represents the minimum display width of the column and does not set an upper bound on the value. We should remove all uses of length() for the column definition (including the values in the install.sql of the core) and formally deprecate the use of it.