This commit is contained in:
Dr Masroor Ehsan 2025-01-19 10:12:11 +06:00
parent bf589f1526
commit 470e8e5d37

View File

@ -35,7 +35,7 @@ public function up(): void
$table->string('institution_name')->nullable();
$table->string('study_description')->nullable();
$table->string('body_part_examined')->nullable();
$table->string('modality', 4)->nullable();
$table->string('modality')->nullable();
$table->string('referring_physician_name')->nullable();
$table->unsignedSmallInteger('image_count')->nullable();