You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'muzbnb.admins' doesn't exist (SQL: select * from admins where admins.id = 6 limit 1)
at C:\laragon\www\muzbnb\vendor\laravel\framework\src\Illuminate\Database\Connection.php:671
667| // If an exception occurs when attempting to run a query, we'll format the error
668| // message to include the bindings with SQL, which will make this exception a
669| // lot more helpful to the developer instead of just the database's errors.
670| catch (Exception $e) {
1 C:\laragon\www\muzbnb\vendor\laravel\framework\src\Illuminate\Database\Connection.php:331
PDOException::("SQLSTATE[42S02]: Base table or view not found: 1146 Table 'muzbnb.admins' doesn't exist")
2 C:\laragon\www\muzbnb\vendor\laravel\framework\src\Illuminate\Database\Connection.php:331
PDO::prepare("select * from admins where admins.id = ? limit 1")
The text was updated successfully, but these errors were encountered:
λ php artisan db:seed
Seeding: AdminTableSeeder
Illuminate\Database\QueryException
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'muzbnb.admins' doesn't exist (SQL: select * from
admins
whereadmins
.id
= 6 limit 1)at C:\laragon\www\muzbnb\vendor\laravel\framework\src\Illuminate\Database\Connection.php:671
667| // If an exception occurs when attempting to run a query, we'll format the error
668| // message to include the bindings with SQL, which will make this exception a
669| // lot more helpful to the developer instead of just the database's errors.
670| catch (Exception $e) {
• A table was not found: You might have forgotten to run your migrations. You can run your migrations using
php artisan migrate
.https://laravel.com/docs/master/migrations#running-migrations
1 C:\laragon\www\muzbnb\vendor\laravel\framework\src\Illuminate\Database\Connection.php:331
PDOException::("SQLSTATE[42S02]: Base table or view not found: 1146 Table 'muzbnb.admins' doesn't exist")
2 C:\laragon\www\muzbnb\vendor\laravel\framework\src\Illuminate\Database\Connection.php:331
PDO::prepare("select * from
admins
whereadmins
.id
= ? limit 1")The text was updated successfully, but these errors were encountered: