Mark Story

Results 653 comments of Mark Story

> Whats the estimate on the timeline regarding this major release? I don't have one right now. There is still a bunch of work left to do with removing the...

> Are the _phinxlog tables still being used to check which migration got already executed? I think it would be good to have an option to configure the name of...

> But as long as a cake upgrade phinxlog command exists this should be fine Yes, I would like to see it be an explicit command that you have to...

A few notes from my first read. > NULL plugin value = application migrations Be careful here as null + unique keys don't play well together. > Legacy Shim Implementation...

> Maybe you can stub out some of the idea, if I understand it I can help building it. I can give that a shot

> PHP (backed) enums basically, which can be string (varcharX) or int (tinyint4) based probably. Yes. What I'm proposing is that Migrations would be unable to create/define columns of with...

Nope. I think we can close this one.

I wonder if we are using consoleoutput where we should be using a stub instead.

I think giving some more detail on how to return early from the before callbacks makes sense. Any interest in getting a pull request started?

I don't think we'd be able to add `_host` the 2nd parameter of the route scope because that parameter is for routing keys, but `_host` is an option. However, we...