I am wondering is there a way to make 10-50 rows as default rows that could be added after migration in database?
In case I need to use php artisan migrate:fresh
its pain to add simple values over and over again. Like I have Countries table where I need to add over and over again when I run migrate:fresh...
OR
Can I somehow exclude some tables from others that would be affected with command lines
Like inside create_countries_table:
DO_NOT_TOUCH_THIS_TABLE
Thanks
UPDATE:
Without routes etc. Just by migrations