change in cost calculation
This commit is contained in:
@@ -14,8 +14,6 @@ return new class extends Migration
|
||||
Schema::create('cost_calculators', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->unsignedInteger('country_id')->nullable();
|
||||
$table->unsignedInteger('programlevel_id')->nullable();
|
||||
$table->unsignedInteger('program_id')->nullable();
|
||||
$table->unsignedInteger('createdby')->nullable();
|
||||
$table->unsignedInteger('updatedby')->nullable();
|
||||
$table->boolean('status')->default(1);
|
||||
|
Reference in New Issue
Block a user