Update, maintenance dan bugs fix
This commit is contained in:
@@ -20,6 +20,9 @@ class CreateUsersTable extends Migration
|
||||
$table->string('role_name', 30);
|
||||
// $table->timestamp('email_verified_at')->nullable();
|
||||
$table->string('password');
|
||||
$table->tinyInteger('is_lock_upload')->nullable();
|
||||
$table->timestamp('lock_upload_time')->nullable();
|
||||
$table->string('lock_upload_by')->nullable();
|
||||
$table->rememberToken();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
@@ -20,6 +20,7 @@ class CreateBelanjaRealisasiKontrakTable extends Migration
|
||||
$table->date("tgl_kontrak",50);
|
||||
$table->decimal('nominal_kontrak', 19, 2);
|
||||
$table->string("file_kontrak",100)->nullable();
|
||||
$table->string("nomor_bast",50);
|
||||
$table->uuid("created_by");
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user