SyntaxFix
Write A Post
Hire A Developer
Questions
I'd just drop the database and then re-create it. On a UNIX or Linux system, that should do it:
$ dropdb development_db_name $ createdb developmnent_db_name
That's how I do it, actually.