Fix Claim Migration

This commit is contained in:
R
2022-12-05 16:26:07 +07:00
parent 885edec290
commit 670ffa8702

View File

@@ -32,8 +32,8 @@ return new class extends Migration
$table->dateTime('approved_at')->nullable();
$table->unsignedBigInteger('approved_by')->nullable()->index();
$table->dateTime('approved_at')->nullable();
$table->unsignedBigInteger('approved_by')->nullable()->index();
$table->dateTime('declined')->nullable();
$table->unsignedBigInteger('declined_by')->nullable()->index();
$table->dateTime('paid_at')->nullable();
$table->unsignedBigInteger('paid_by')->nullable()->index();