Answers for "add migrate for single table"

PHP
10

how to migrate single table in laravel

php artisan migrate --path=/database/migrations/2020_04_10_130703_create_test_table.php
Posted by: Guest on November-14-2020
0

Command for single migration in larvel

1Command for single migration in larvel
php artisan migrate --path=/database/migrations/2019_12_04_131405_create_payments_table.php
Posted by: Guest on March-25-2022

Code answers related to "add migrate for single table"

Browse Popular Code Answers by Language