unsignedBigInteger('appointment_id')->nullable(); $table->foreign('appointment_id')->references('id')->on('appointments'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('items'); } };