I'm attempting to find a way to manage my database schema and want to know if anyone is using the oil migrate tool effectively for this or if some additional build tool may be better suited for the job.
What tools did you use before FuelPHP? The one thing I find a bit time consuming with the oil migrations is that I can't just export SQL and put it in a file, there is all this PHP formatting around it. I tried to dig into the oil tool, but it does not appear there is a way to modify the database and produce a migration based off your changes is there?