i've noticed.. | SQLite3::SQLException: table already exists: "From the command line, your first instinct will be to start sqlite and look for the table to drop. However, the proper way to do it is to go to your Rails application directory and run the following command to open the development database for your application:
sqlite3 db/development.sqlite3
Once you’ve started sqlite3 with the proper database, you probably know what to do:
sqlite> drop table table_name;
sqlite> .quit"
'via Blog this'
No comments:
Post a Comment