Laravel Artisan Queue Command: The queue:table Command
The queue:table command creates a new migration for the jobs table in the database queue driver. This migration can be run multiple times to generate additional migration files. Make sure to change the table name in these additional files to avoid errors during the migrate command. The jobs table has properties defined in the image provided.