https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33368 --- Comment #12 from Victor Grousset/tuxayo <victor@tuxayo.net> --- (In reply to Tomás Cohen Arazi from comment #8)
(11) i.e. the 'display width'
ok!!! Now I really get this part from MariaDB's doc: «If a column has been set to ZEROFILL, all values will be prepended by zeros so that the BIGINT value contains a number of M digits.»
is not relevant to the storage size,
I though it was to have some business domain rules enforced in the DB so it was on top of storage constraints.
For reference: https://dev.mysql.com/doc/refman/5.7/en/numeric-type-syntax.html#:~: text=The%20maximum%20display%20width%20is,digits%20that%20can%20be%20stored.
thanks, it's clearer -- You are receiving this mail because: You are watching all bug changes.