unsignedBigInteger('patient_id')->nullable(); $table->foreign('patient_id')->references('id')->on('patients'); }); } /** * Reverse the migrations. */ public function down(): void { // } };