Hi Al,
If you want to clobber your database and start again, run
`rake db:reset`. This will restore your database based on the content
of your db/schema.rb, which is faster and less error prone than running
db:migrate. You should not delete your db/schema.rb
Malc