فهرست منبع

迁移错误修复

LD 5 سال پیش
والد
کامیت
cb13700608
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      database/migrations/2021_01_06_114158_create_station_task_children2.php

+ 1 - 1
database/migrations/2021_01_06_114158_create_station_task_children2.php

@@ -24,7 +24,7 @@ class CreateStationTaskChildren2 extends Migration
         Schema::table('station_tasks', function (Blueprint $table) {
         Schema::table('station_tasks', function (Blueprint $table) {
             $table->dropColumn('station_taskable_type');
             $table->dropColumn('station_taskable_type');
             $table->dropColumn('station_taskable_id');
             $table->dropColumn('station_taskable_id');
-            $table->dropIndex('station_taskable_type');
+//            $table->dropIndex('station_taskable_type');
         });
         });
     }
     }