laravel-crud-generator icon indicating copy to clipboard operation
laravel-crud-generator copied to clipboard

[Illuminate\Database\QueryException] SQLSTATE[HY000] error with SQLITE and Laravel 5.4

Open vaughanwatson opened this issue 7 years ago • 0 comments

When using SQLITE database and I use: php artisan nvd:crud posts

The following error appears: [Illuminate\Database\QueryException] SQLSTATE[HY000]: General error: 1 near "show": syntax error (SQL: show fields from posts)

[PDOException] SQLSTATE[HY000]: General error: 1 near "show": syntax error

vaughanwatson avatar Apr 20 '17 17:04 vaughanwatson