missing field
This commit is contained in:
parent
526a9fee20
commit
033bd8be0b
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user