Closed bru95 closed 3 years ago
Hi,
I need use Laravel Queues, and the driver 'database' is the best option to me, but this package not work with migrations. So the commands: php artisan queue:table php artisan migrate are not working.
Has anyone faced this or can help me?
Thanks.
I created the table manually, but as the columns are capitalized, it didn't work either.
This package doesn't support database migrations. Please see the limitations section in the readme.
Hi,
I need use Laravel Queues, and the driver 'database' is the best option to me, but this package not work with migrations. So the commands: php artisan queue:table php artisan migrate are not working.
Has anyone faced this or can help me?
Thanks.