|
|
@@ -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('司机号码');
|