Deskripsi yang jelas dan ringkas, sertakan screenshot/gif jika diperlukan
Aplikasi yang sedang dipakai:
Operating System: ubuntu
Versi Aplikasi: 6.04
Versi Database: 5.0.3
yang di cmd
Illuminate\Database\QueryException
SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "roles" does not exist
LINE 1: select from "roles"
^ (SQL: select from "roles")
at vendor/laravel/framework/src/Illuminate/Database/Connection.php:712
708▕ // If an exception occurs when attempting to run a query, we'll format the error
709▕ // message to include the bindings with SQL, which will make this exception a
710▕ // lot more helpful to the developer instead of just the database's errors.
711▕ catch (Exception $e) {
➜ 712▕ throw new QueryException(
713▕ $query, $this->prepareBindings($bindings), $e
714▕ );
715▕ }
716▕ }
Deskripsi yang jelas dan ringkas, sertakan screenshot/gif jika diperlukan Aplikasi yang sedang dipakai:
yang di cmd Illuminate\Database\QueryException
SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "roles" does not exist LINE 1: select from "roles" ^ (SQL: select from "roles")
at vendor/laravel/framework/src/Illuminate/Database/Connection.php:712 708▕ // If an exception occurs when attempting to run a query, we'll format the error 709▕ // message to include the bindings with SQL, which will make this exception a 710▕ // lot more helpful to the developer instead of just the database's errors. 711▕ catch (Exception $e) { ➜ 712▕ throw new QueryException( 713▕ $query, $this->prepareBindings($bindings), $e 714▕ ); 715▕ } 716▕ }
19 app/Console/Commands/EraporUpdate.php:63 Illuminate\Database\Eloquent\Model::__callStatic()
33 artisan:37 Illuminate\Foundation\Console\Kernel::handle()
_yang di aplikasi :_ Illuminate\Foundation\Bootstrap\HandleExceptions::handleError vendor/league/flysystem/src/Adapter/Local.php:199