laravel-crud-generator
laravel-crud-generator copied to clipboard
[Illuminate\Database\QueryException] SQLSTATE[HY000] error with SQLITE and Laravel 5.4
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