fix added migration

This commit is contained in:
Hafifie PKB
2025-02-27 21:08:31 +08:00
parent e966d21417
commit acfbf11fe9
3 changed files with 5 additions and 156 deletions
@@ -22,8 +22,9 @@ class CreateApprovalWithdrawal extends Migration
$table->string('approval_status',20);
$table->boolean('updated_serahan_v2')->default(false);
$table->boolean('updated_pendahuluan_v3')->default(false);
$table->timestamp('approval_timestamp');
$table->timestamp('approval_timestamp')->nullable();
$table->integer('gldetail_id');
$table->integer('denopendser_id');
$table->timestamps();
});
}