CakePHP schema checker
If you have seen the previous tool I built for converting raw SQL to CakePHP code you might have an idea what is coming. There was good feedback from the initial tool so I have built something similar for people migrating legacy apps and newcomers alike.
Instead of conversions, this time it helps find specific errors in your schema. For example if you are using a field like user_id
it will exp…