If I'm correctly you use an existing database. In my experience it is useful to create a migration for each table. (That checks if the database exist before trying to create it)
With that you have the option to change a table on another moment if needed and it is a good starting point if other people join your project or if you want to start automation testing it in a CI.
I only should add the models and factories on the moment you want to use them.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community