harrygulliford / laravel-firebird

Firebird database driver for the Laravel Framework
65 stars 30 forks source link

Queues with Firebird #19

Closed bru95 closed 3 years ago

bru95 commented 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.

bru95 commented 3 years ago

I created the table manually, but as the columns are capitalized, it didn't work either.

harrygulliford commented 3 years ago

This package doesn't support database migrations. Please see the limitations section in the readme.