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.
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
No comments:
Post a Comment