How can we define enums in mysql? Porting code like this fails ``` type ENUM('app', 'library', 'service', 'infrastructure', 'data'), maturity ENUM('incubation', 'mature', 'sunset'), ``` They get generated as: ``` Type any Maturity any ```
How can we define enums in mysql? Porting code like this fails
They get generated as: