update
This commit is contained in:
@@ -16,7 +16,7 @@ return new class extends Migration
|
||||
Schema::table('claim_requests', function (Blueprint $table) {
|
||||
//
|
||||
$table->string('service_code')->after('payment_type')->nullable();
|
||||
$table->string('policy_id')->after('service_code')->nullable();
|
||||
$table->unsignedBigInteger('policy_id')->after('service_code')->nullable();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user