loustwo 4 лет назад
Родитель
Сommit
e9bd24e5fa

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

@@ -19,7 +19,7 @@ class CreateReceivingTasksTable extends Migration
             $table->integer('warehouse_id')->index()->comment('仓库');
             $table->integer('owner_id')->index()->comment('货主');
             $table->String("for_single_member")->comment('投单员');
-            $table->integer('delivery_appointment_id')->unique()->comment('预约号');
+            $table->integer('delivery_appointment_car_id')->unique()->comment('预约号');
 
             $table->String('driver_name')->comment('司机姓名');
             $table->String('driver_phone')->comment('司机号码');