иностранный ключ нулевой в Ларавеле
$table
->foreignId('other_table_id')
->nullable() // here
->references('id')
->on('other_table');
shafeeque
$table
->foreignId('other_table_id')
->nullable() // here
->references('id')
->on('other_table');