carrier_operator
This commit is contained in:
parent
ed8ac4d8b6
commit
4d1cc0aaed
@ -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订单');
|
||||
|
Loading…
x
Reference in New Issue
Block a user