Laravel 5.4 Specific Table Migration

前端 未结 21 1505
梦如初夏
梦如初夏 2020-12-07 10:38

Hi read all the included documentation here in https://laravel.com/docs/5.4/migrations.

Is there a way on how to migrate a certain migration file (1 migration only),

21条回答
  •  盖世英雄少女心
    2020-12-07 11:01

    php artisan migrate --path=/database/migrations/fileName.php

    Just follow the instruction execute this commant file name here should be your migration table name Example: php artisan migrate --path=/database/migrations/2020_02_21_101937_create_jobs_table.php

提交回复
热议问题