namumakwembo / laravel-livewire-chat-message-application

build a realtime Laravel Livewire chat -message application using Laravel broadcasting and laravel echo
27 stars 16 forks source link

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'payload' in 'field list' #5

Open JochenToebe opened 3 months ago

JochenToebe commented 3 months ago

Hello, I always getting the same error-message "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'payload' in 'field list'"

Fehlermeldung

(See: https://flareapp.io/share/qm1gOwG7 )

Running the migrations via the link in the green field doesn't work, and running the migrations vio php artisan migrate doesn't change anything.

What is the reason for this error code?

Kind regards, Jochen