SQLite database Table not found
I’m doing laravel project, and trying to create a database factories and migration, where i want to put random data.
I’m using PHP artisan tinker
to generate random data for the database.
no such table error on laravel fresh installation
i’m getting this error on a fresh Laravel installation and I don’t know where the error is coming from or where it is attempting to run this query from.