I am getting the below error message. Can you please investigate and inform me how best to fix this?
Illuminate\Database\QueryException
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'gogeeper_admin.settings' doesn't exist (SQL: select * from `settings`)
at vendor/laravel/framework/src/Illuminate/Database/Connection.php:759 755▕ // If an exception occurs when attempting to run a query, we'll format the error 756▕ // message to include the bindings with SQL, which will make this exception a 757▕ // lot more helpful to the developer instead of just the database's errors. 758▕ catch (Exception $e) { ➜ 759▕ throw new QueryException( 760▕ $query, $this->prepareBindings($bindings), $e 761▕ ); 762▕ } 763▕ }
i A table was not found: You might have forgotten to run your database migrations. https://laravel.com/docs/master/migrations#running-migrations