vendor/laravel/framework/src/Illuminate/Database/Connection.php:716
712â // If an exception occurs when attempting to run a query, we'll format the error
713â // message to include the bindings with SQL, which will make this exception a
714â // lot more helpful to the developer instead of just the database's errors.
715â catch (Exception $e) {
â 716â throw new QueryException(
717â $query, $this->prepareBindings($bindings), $e
718â );
719â }
720â }
+41 vendor frames
42 artisan:37
Illuminate\Foundation\Console\Kernel::handle()
i get this error when running php artisan migrate:fresh --seed
Any pointer as of why?
I have a database from Digital ocean and I have put in all the right details to complete it