不知道我做错了什么,但在我的app/config/database.php
文件中,我已将默认驱动程序更改为 sqlite。
首先我得到了这个错误。
SQLSTATE[HY000]: General error: 8 attempt to write a readonly database (SQL: create table "migrations" ("migration" varchar null, "batch" integer null)) (Bindings: array ( ))
所以我做了app/database/production.sqlite
可写的。
现在我得到这个错误。
SQLSTATE[HY000]: General error: 14 unable to open database file (SQL: create table "migrations" ("migration" varchar null, "batch" integer null)) (Bindings: array ( ))
有谁知道为什么会这样?