Can enum have multiple values mysql?

We need more values then we need to change the list of possible values from the database which is more difficult for non programmers. The storage limits for ENUM types is 65535 possible values in the list and also a SET can allow upto 64 distinct values which are the chosen values in the set.

Read more