Currently i have to seed all the files even though there is change in a single file csv. Is there a way that we can seed only a specific file while data seeded in the previous/existing files remains as it is in DB.
Also i wanted to know if we can separate migration & seed folders so that they don't conflict with each other. I want to do this because when i change a particular migration file it throws error specially on foreign key part. So i think if we move it to separate folder than that should solve the error. Please suggest.
npm run migrate