I know its kinda embarrassing ’cause I made a very stupid mistake by manually deleting the tables in mysql instead of doing ‘rake db:rollback’. I tried using ‘rake db:migrate’ to recreate those tables but nothing happened. I manually deleted the tables
because I don’t how to drop all the tables once and for all. Can somebody please tell me how to get this fixed and some advice how to prevent this. Does anybody know how to rollback all tables at once?
I know its kinda embarrassing ’cause I made a very stupid mistake by manually
Share
Run the following in the mysql client: