What's the best solution to update data in a production database?
For example:
I have a table "Categories", I want to insert the new records after the deploy in production with Forge.
How I can this?
Thanks
I don't think using a seeder is a good solution.
Imagine to update a row in the database, is it correct to use a seeder?
Is there something like migration system to insert and update rows in production?