'How to get all possible values for an existing ENUM or SET - field

I'm using Doctrine in Symfony4.
How do I retrieve all possible values for an ENUM or SET column on this base?



Solution 1:[1]

I had a same problem of gettin enum value , just change the database from enum to int

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 sem