This commit is contained in:
Duidev Software House
2025-10-14 07:59:56 +07:00
parent 684705b383
commit 5d172ab337
12 changed files with 576 additions and 322 deletions
@@ -19,6 +19,8 @@ return new class extends Migration
$table->string('interpretation', 150)->nullable();
$table->string('glassreportname', 150)->nullable();
$table->integer('orderid')->nullable();
$table->boolean('printrow')->nullable();
$table->boolean('printcol')->nullable();
$table->timestamp('created_at')->useCurrent();
$table->timestamp('updated_at')->useCurrent();
});