Tagged Questions
1
vote
1answer
124 views
MySQL row length is almost the triple of what I expect
I shamelessly took title and content from this question and adapted it to my similar yet different problem:
This is the table I have:
CREATE TABLE `test` (
`field1` MEDIUMINT(8) UNSIGNED NOT ...