Update Services

This commit is contained in:
servdal
2025-09-02 12:43:59 +07:00
parent 2ea8ce8c88
commit 9979ce3335
11 changed files with 432 additions and 347 deletions
@@ -18,6 +18,8 @@ class CreateOrganismsTable extends Migration
$table->string('name');
$table->string('category');
$table->string('kelompok');
$table->string('satuan')->nullable();
$table->string('nilai')->nullable();
$table->timestamp('created_at')->useCurrent();
$table->timestamp('updated_at')->useCurrent();
});