0
I’m new to both Laravel and Stack, recently I’m building a system and in the process I forgot to put a Migration.
Usually I put the remote php artisan migrate:refresh
, however all the data that were using as test they are reset. The solution I found is to generate the table automatically in Mysql, but it takes a little time.
I wonder if there is any way to generate the migrate table, without zeroing the filled data.
Already tried running only php Artisan migrate?
– Jonathan de Toni