ここでの問題は、id_druhu
druh_knihies
で bigIncrements
として定義されています doba
を作成します unsignedInteger
として 外部キータイプを使用する場合は、まったく同じである必要があります。したがって、この場合は
$table->unsignedInteger('doba');
使用する必要があります
$table->unsignedBigInteger('doba');
ここでの問題は、id_druhu
druh_knihies
で bigIncrements
として定義されています doba
を作成します unsignedInteger
として 外部キータイプを使用する場合は、まったく同じである必要があります。したがって、この場合は
$table->unsignedInteger('doba');
使用する必要があります
$table->unsignedBigInteger('doba');