Hello,
I’m trying to connect Directus to my existing MySQL database (v9). I have a simple ENUM
field defined as follows:
`driver` enum('a','b','c') DEFAULT NULL,
However, in the Data Model view, this field appears as an UNKNOWN type, and I can’t change its type or configure the interface/display settings.
I also found an old GitHub issue describing the same behavior, which is marked as resolved/implemented:
Is this a bug, or is there a way to fix it?
Thanks!
PS: The same behavior is on all other ENUMS in the database