Start your All-Access Pass to unlock this challenge
What does the make:migration command do?
make:migration
Executes all pending migrations.
Drops and recreates all database tables based on the entities.
Creates a new migration file that contains SQL to sync the database with the current entity definitions.