Update Services
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user