Update 01-02-2025

This commit is contained in:
Duidev Software House
2025-02-01 10:59:55 +07:00
parent f2c4fb19eb
commit 6f7beddec6
7 changed files with 292 additions and 14 deletions

View File

@@ -17,6 +17,7 @@ return new class extends Migration
$table->string('resistance', 150)->nullable();
$table->string('value', 150)->nullable();
$table->string('interpretation', 150)->nullable();
$table->string('glassreportname', 150)->nullable();
$table->integer('orderid')->nullable();
$table->timestamp('created_at')->useCurrent();
$table->timestamp('updated_at')->useCurrent();