14.04.2017, 19:08
(
Last edited by iSanchez; 15/04/2017 at 07:02 AM.
)
Quote:
An enumerated array only has one size. It's kind of difficult to explain but in an enum the value of the next specifier is the value of the previous specifier plus one. In the case of an array it adds the size of the array. So your enum is this:
PHP Code:
PHP Code:
|
Thank you guys!
Edit: It can't be skkiped, The wiki page for MySQL R40 has a note:
Quote:
You have to provide the size (max_len) by yourself if you use an enum-array as destination. |