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