79271261

Date: 2024-12-11 10:10:56
Score: 1.5
Natty:
Report link

There is a small difference between create and generate:

  1. Create: This will create migration files that will have empty up and down query objects, in which you can write down your queries to update the database.
  2. Generate: This will generate the migrations with up and down queries by observing your database changes. You can see more of migration on the official sites.
Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gadhavi Neha