Representing A Multiselect In The Db

Hello,

I have quite a lot of multiselect fields in my application.

I would like to automatically generate and validate the values of the multiselect options.

Currently I have sets in my mysql db but since it’s apparently a mysql-specific feature it’s not supported.

What is the best way of doing multiselects without a lot of work?

u mean multi-select dropdowns right?

create a custom validation rule , if u need a different type of validation needed other than default rules!!