Interested in Laravel Nova? Check out my new course pre-launch at www.masteringnova.com!
Finally we are getting inside the database scope, and we will learn how to create a migration file. A migration file is a file that Laravel runs to make changes in your database model, like creating or changing data tables, or columns inside those ones. In this episode we will create our first migration file and understand some additional concepts regaring how Laravel runs or rollbacks the migration accordingly to your operations.
Ещё видео!