I have a question;
Has anyone experienced to migrate a table using CakePHP 3 Migration Tool that when a specific field is an ENUM
data type, the migration script automatically converts it into string or text.
How can I avoid it and how can I maintain the data type from ENUM
?
Thanks