Open pcordonet opened 4 months ago
Hello, I have a problem with a database with MariaDb.
When I create a table with numeric fields for example 4 digits with collation "latin_bin", when I do dbstruct() it tells me that the size is 5 digits.
On the other hand if I have the collation "utf8_general_ci" it returns the correct value.
How can I fix this issue?
Thank you Petter
Hello, I have a problem with a database with MariaDb.
When I create a table with numeric fields for example 4 digits with collation "latin_bin", when I do dbstruct() it tells me that the size is 5 digits.
On the other hand if I have the collation "utf8_general_ci" it returns the correct value.
How can I fix this issue?
Thank you Petter