$table->...->onDelete('set null'); #First make sure you set the foreign key field as nullable: $table->integer('foreign_id')->unsigned()->nullable();