adspace


What is database migration. How to create migration via artisan?

Answer Posted / Mohd Imran

Database migration in Laravel is a feature to manage database schema changes over time. You can create migrations using the Artisan command `php artisan make:migration`. Migrations contain PHP code that Laravel executes to modify your database.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell us have you used lumen before?

808


How much laravel experience do you have?

815


What is latest version of laravel?

869


What is current stable version of laravel?

870


Do you know what version of laravel do you generally use?

839