Laravel 10.xのartisanの「queue:batches-table」コマンドを解説します。
Description
batchesデータベーステーブルのマイグレーションを作成する
Usage
php artisan queue:batches-table
Options
オプションはありません。
Example
php artisan queue:batches-table
INFO Migration created successfully.
dababase/migrations/yyyy_mm_dd_his_create_job_batches_table.phpが作成されます。
コメント