CakePHP schema checker

This tool will check your database schema and show any possible problems with naming conventions. Field names should be within backticks ` to be detected correctly, and create statements should end with a ; and be seperated by a new line. Dumps from tools such as PhpMyAdmin should work well directly without needing any modifications.

For best results paste only create statements, other types of queries can confuse the parser a bit. Generally dumps from PhpMyAdmin should work ok with the default config (minus the INSERTS).