laravel - Migration: Cannot add foreign key constraint - Stack Overflow

PHOTO EMBED

Sat Apr 23 2022 11:13:13 GMT+0000 (Coordinated Universal Time)

Saved by @oday #php

$table->bigInteger('user_id')->nullable()->unsigned()->index();
$table->foreign('user_id')->references('id')->on('users')->onUpdate('cascade')->onDelete('set null');
content_copyCOPY

https://stackoverflow.com/questions/22615926/migration-cannot-add-foreign-key-constraint