MariaDB/MySQL stores the array as serialized string, so the current limit of 255 is too small to store all choices.
Since multi_select_count depends on the type of poll, we can not require its presence via validates_presence_of, but can use the default value.