Update Handle Multi Sheet Plan & Benefit
This commit is contained in:
@@ -16,6 +16,7 @@ return new class extends Migration
|
||||
Schema::create('plans', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('service_code')->index();
|
||||
$table->string('corporate_id')->index();
|
||||
$table->string('corporate_plan_id')->index();
|
||||
$table->string('code')->index();
|
||||
$table->string('type')->nullable();
|
||||
@@ -70,6 +71,8 @@ return new class extends Migration
|
||||
$table->foreignId('created_by')->nullable()->index();
|
||||
$table->foreignId('updated_by')->nullable()->index();
|
||||
$table->foreignId('deleted_by')->nullable()->index();
|
||||
|
||||
$table->index(['corporate_id', 'code']);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user