-
Notifications
You must be signed in to change notification settings - Fork 76
Laravel 5.3 migration problems and fix #59
Comments
I've the same problem with default Laravel 5.3 migration |
Just add the column to the table and it's fixed: |
@etwasch thx for your snippet, but it's only a workaround. |
@TUNER88 wouldn't this break backwards compatibility? |
@etwasch You are totally right, applications based on older framework versions could use an older version of this package. |
We should just use the Laravel migrations instead of our own. |
Hi, readme says for Laravel 5.3 use the 0.5 branch, but still the problem exists. |
Hi Barry
I'm completely new to laravel and your laravel-async-queue and therefore I don't know if the table created with the queue:table command has changed in 5.3 or if it's because of the new notifications.
The queue was working with mailables but not with notifications. After I added the column 'reserved' it's working perfectly.
Thank you very much for this and the laravel-ide-helper, it's great!
The text was updated successfully, but these errors were encountered: