WCF icon indicating copy to clipboard operation
WCF copied to clipboard

Deprecate the use of `length()` on integer columns in the PHP-DDL

Open dtdesign opened this issue 3 months ago • 0 comments

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.

dtdesign avatar Sep 01 '25 13:09 dtdesign