【发布时间】:2020-01-28 13:25:07
【问题描述】:
Illuminate\Database\QueryException : 找不到驱动程序(SQL: select * from information_schema.tables where table_schema = sisfosekolah and table_name = migrations and table_type = 'BASE TABLE')
【问题讨论】:
-
请检查数据库中的所有迁移文件以及迁移文件夹。
-
我已经检查并且只有 2 个文件迁移
-
错误:660| // 如果在尝试运行查询时发生异常,我们将格式化错误 661| // 包含与 SQL 的绑定的消息,这将使该异常成为 662| // 对开发人员更有帮助,而不仅仅是数据库的错误。 663|捕获(异常 $e){ > 664| throw new QueryException(665| $query, $this->prepareBindings($bindings), $e 666| ); 667| } 668|