Support the ongoing development of Laravel.io →
Requests Validation Testing

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?

Last updated 3 years ago.
0

Sign in to participate in this thread!

PHPverse

Your banner here too?

asimkh asimkh Joined 19 Jul 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.