Laravel 5.5 Codeship Integration SQLite Database, db:seed is failing when migration is working - development

Laravel 5.5 Codeship Integration SQLite Database, db:seed is failing when migration is working

I have a strange issue with setting up Codeship with sqlite database.

Basically the migrations are working with sqlite database, so I am assuming the database itself is working, but db:seed is saying that it cannot find the tables.

enter image description here
enter image description here
What would be the reason that migration works but seeding would fail to see the tables?



from Laravel Questions and Answers https://laravelquestions.com/laravel/laravel-5-5-codeship-integration-sqlite-database-dbseed-is-failing-when-migration-is-working/
via Lzo Media

Comments

Popular posts from this blog

HTTP 401 Unable to create record Twillio PHP sdk 5.16 - development

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development

ng-include of inline SVG does not display gradient except in Chrome