You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I resolved it by running migration one by one. cut and paste migrations from source to some other place. then put each migrate file one by one at its actual location and run "php artisan migrate --package adheiberg/messenger" .. repeat this for all migration files.... if its giving error try deleting migration entries from migration table before u run migrate.
I HOPE THIS HELPS..!
Hi there,
I'm getting this error when trying to run the artisan command 'php artisan messenger:setup'
[Illuminate\Database\QueryException]
SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint (SQL
: alter table
participants
add constraint participants_conversation_id_foreign foreign key (
conversation_id
) referencesconversations
(id
))would anyone have similar problems?
thanks!
The text was updated successfully, but these errors were encountered: