O
$table->unsignedInteger('product_id');
$table->foreign('product_id')->references('id')->on('products');
(products существует, products.id UINT | increments)
Получаю
errno: 150 "Foreign key constraint is incorrectly formed"
В чем некоректность заключается?