This commit is contained in:
Duidev Software House
2025-11-29 21:54:46 +07:00
parent 3d093a3c30
commit d228103a89
11 changed files with 169 additions and 118 deletions
@@ -26,6 +26,7 @@ return new class extends Migration
$table->string('atu', 50)->nullable();
$table->string('kelompok', 50)->nullable();
$table->integer('cek')->nullable();
$table->string('setmanual', 255)->nullable();
$table->timestamp('created_at')->useCurrent();
$table->timestamp('updated_at')->useCurrent();
});
@@ -22,6 +22,9 @@ return new class extends Migration
$table->integer('orderid')->nullable();
$table->boolean('printrow')->nullable();
$table->boolean('printcol')->nullable();
$table->string('batasatas', 150)->nullable();
$table->string('midrange', 150)->nullable();
$table->string('batasbawah', 150)->nullable();
$table->timestamp('created_at')->useCurrent();
$table->timestamp('updated_at')->useCurrent();
});