add config msc (belum kelar)

This commit is contained in:
pajri
2022-12-22 19:13:24 +07:00
parent b1c908a6f6
commit 2321e708c5
9 changed files with 814 additions and 366 deletions

View File

@@ -17,11 +17,11 @@ return new class extends Migration
$table->id();
$table->foreignId('corporate_service_id');
$table->foreignId('speciality_id');
$table->string('status')->default('active');
$table->boolean('active');
$table->timestamps();
$table->softDeletes();
$table->foreignId('created_by')->nullable();
$table->foreignId('updated_by')->nullable();
$table->foreignId('deleted_by')->nullable();