VL
Size: a a a
VL
AH
errno: 150 "Foreign key constraint is incorrectly formed"
$table->foreign('product_id')->references('id')->on('products')->cascadeOnDelete();
AH
VL
AH
VL
VL
O
$table->foreign('product_id')->references('id')->on('products')->cascadeOnDelete();
MR
errno: 150 "Foreign key constraint is incorrectly formed"
AH
php artisan migrate:fresh
и смотри что будет делать.MR
VL
AH
VL
AH