Mark Scherer
Mark Scherer
The single space making the different of item vs content can be maybe for some a bit misleading. I propose to have this appending the item: ``` - item 1...
With https://github.com/cakephp/bake/pull/1007 merged, what else might still be needed?
> Instead we recommend folks use varchar columns with mapped types. PHP (backed) enums basically, which can be string (varcharX) or int (tinyint4) based probably.
The main issue I see is indeed with some legacy apps, e.g. also ones that want to switch to Cake(ORM). If there was rudimentary support for it, even for only...
make them varchar and use PHP enums, best way forward probably.
Anything left after https://github.com/cakephp/migrations/pull/910 ?
I don't like how this is now not in sync with controllers. Both communication layer classes. Just to please a wrongly configured cs tool. Many of us don't have that...