Migrating: 2020_03_09_141309_create_onlineofflinelog_table
Illuminate\Database\QueryException
could not find driver (SQL: select * from sysobjects where type = 'U' and name = onlineofflinelog)
at C:\laragon\www\silkroad-laravel\silkroad-laravel\vendor\laravel\framework\src\Illuminate\Da tabase\Connection.php:678
674â–• // If an exception occurs when attempting to run a query, we'll format the error
675â–• // message to include the bindings with SQL, which will make this exception a
676â–• // lot more helpful to the developer instead of just the database's errors.
677â–• catch (Exception $e) {
➜ 678▕ throw new QueryException(
679â–• $query, $this->prepareBindings($bindings), $e
680â–• );
681â–• }
682â–•
1 C:\laragon\www\silkroad-laravel\silkroad-laravel\vendor\laravel\framework\src\Illuminate\Da tabase\Connectors\Connector.php:70
PDOException:

"could not find driver")
2 C:\laragon\www\silkroad-laravel\silkroad-laravel\vendor\laravel\framework\src\Illuminate\Da tabase\Connectors\Connector.php:70
PDO::__construct("dblib:host=.;dbname=SRO_WEB_LARA VEL;charset=utf8", "sa", "pasdbsro21", [])
how can i fix this error? plz help me