Over the years, I've noticed the inexperienced devs making these mistakes that have big consequences, especially working on a team in a project that will grow with time.
Common Laravel Migration Mistakes:
00:00 - Intro
00:54 - Not using migrations at all
02:46 - Modifying existing migrations instead of creating new ones
08:06 - Not recreating the project from scratch periodically (php artisan migrate:fresh)
09:20 - Not using foreign keys.
13:06 - Not adding indexes to columns