script/dbconsole not working

Well, stop trying to use a Rails console when you mean to be talking directly to your database.

Normally, you'd put table creation code inside an ActiveRecord::Migration and run it with:    rake db:migrate

-Rob

Rob Biedenharn http://agileconsultingllc.com Rob@AgileConsultingLLC.com