I have question,
I created database table using "php artisan migration" then later due to table changes i removed the table by going into psql now i am getting error :(
=====
[Illuminate\Database\QueryException]
SQLSTATE[42P01]: Undefined table: 7 ERROR: table "users" does not exist (SQL: drop table "users")
[PDOException]
SQLSTATE[42P01]: Undefined table: 7 ERROR: table "users" does not exist
=====
how can i fix it?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community