Kunci asing yang dapat dibatalkan di Laravel
$table
->foreignId('other_table_id')
->nullable() // here
->references('id')
->on('other_table');
shafeeque