How to Laravel single table migration

 Laravel single table migration code;




You can type or copy-paste your terminal with the table name for only one table migration

php artisan migrate --path=/database/migrations/2021_10_26_092707_
create_archive_company.php

First, you should create a table file in the database folder of your laravel project then paste this code with your own table file name

How to Laravel single table migration  How to Laravel single table migration Reviewed by TechTubeHQ on November 28, 2021 Rating: 5

No comments:

Powered by Blogger.