Describe the bug
The audit_database.php script has a repair option, but that repair option will not add columns to a table that is missing them, it'll only modify them.
Expected behavior
The repair should be able to add columns as well as modify them.