Check if the rollback is ok. If not clean directly the database and use migrate to create your tables. And also correct your migration down methods.
May 11, 2015
7
Level 1
Table already exists error
Hi, i'm getting an error when i deploy my application.
[PDOException]
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'insurers' already exists
This error started occuring after i made some changes to the the migration files in Github.
So I tried deleting the application & rolling back migrations as well as deleting the git repository itself in Github.
I then created the application as well as Github git repository again and set them both up, but still got the same error.
Please or to participate in this conversation.