add config msc (belum kelar)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user