missing field

This commit is contained in:
Masroor Ehsan 2024-12-29 22:04:54 +06:00
parent 526a9fee20
commit 033bd8be0b

View File

@ -35,6 +35,7 @@ public function up(): void
$table->string('operators_name')->nullable(); $table->string('operators_name')->nullable();
$table->string('manufacturer')->nullable(); $table->string('manufacturer')->nullable();
$table->string('manufacturer_model_name')->nullable(); $table->string('manufacturer_model_name')->nullable();
$table->string('software_versions')->nullable();
$table->string('referring_physician_name')->nullable(); $table->string('referring_physician_name')->nullable();
$table->string('study_modality', 4)->nullable(); $table->string('study_modality', 4)->nullable();