DDL
This commit is contained in:
parent
bf589f1526
commit
470e8e5d37
@ -35,7 +35,7 @@ public function up(): void
|
|||||||
$table->string('institution_name')->nullable();
|
$table->string('institution_name')->nullable();
|
||||||
$table->string('study_description')->nullable();
|
$table->string('study_description')->nullable();
|
||||||
$table->string('body_part_examined')->nullable();
|
$table->string('body_part_examined')->nullable();
|
||||||
$table->string('modality', 4)->nullable();
|
$table->string('modality')->nullable();
|
||||||
|
|
||||||
$table->string('referring_physician_name')->nullable();
|
$table->string('referring_physician_name')->nullable();
|
||||||
$table->unsignedSmallInteger('image_count')->nullable();
|
$table->unsignedSmallInteger('image_count')->nullable();
|
||||||
|
Loading…
Reference in New Issue
Block a user