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