Membuat Fitur Menu KJPP part 2

This commit is contained in:
2024-09-24 17:41:24 +07:00
parent 8b4dd34b51
commit 33ba88a276
5 changed files with 24 additions and 27 deletions

View File

@@ -35,7 +35,7 @@ return new class extends Migration
$table->string('nomor_hp_pic_marketing');
$table->string('ijin_usaha_id')->nullable();
$table->string('jenis_aset_id')->nullable();
$table->string('attachment');
$table->string('attachment')->nullable();
$table->boolean('status')->default(true)->nullable();
$table->char('authorized_status', 1)->nullable();
$table->timestamp('authorized_at')->nullable();