Mark Scherer
Mark Scherer
PR welcome for a fix.
Are you able to provide a patch with your suggested changes as PR?
any update here from the team?
Side note: Afaik only few DBs (like MySQL) have enum support. That is also why CakePHP does not have native support for it, as it is a snowflake kind of...
Fair enough Are you able to provide a pull request with your suggested changes?
Any update here?
Is this ticket still valid? What is the plan of attack?
Looks like this has been done.
Maybe we should allow for project namespaces here A project Foo could have Foo\Migration\... per class then at least.
For proper psr2 we also need to make the class names match the filenames. // file M20170112080706OptionalSuffix.php class M20170112080706OptionalSuffix ... instead of // file 20170112080706_optional_suffix.php class OptionalSuffix ...