carrier_operator

This commit is contained in:
邓皓元 2019-03-15 18:34:13 +08:00
parent ed8ac4d8b6
commit 4d1cc0aaed

View File

@ -39,7 +39,7 @@ class CreateRealOrdersTable extends Migration
$table->unique(['sn', 'deleted_at']);
$table->index('type');
$table->index(['carrier_operator', 'company_id', 'package_id']);
$table->index(['company_id', 'package_id']);
$table->index('order_at');
$table->comment('RD订单');