mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
migrate commit
This commit is contained in:
parent
0a01cd95bd
commit
3b2f7cec04
@ -61,7 +61,8 @@ class CreateBusinessOrdersTable extends Migration
|
||||
// 索引
|
||||
$table->unique(['shop_id', 'order_sn']);
|
||||
$table->index(['shop_id', 'participate_no']);
|
||||
$table->index(['shop_id', 'confirm_at', 'after_sales_status', 'cancel_status', 'is_supplier']);
|
||||
$table->index(['shop_id', 'confirm_at', 'after_sales_status', 'cancel_status', 'is_supplier']
|
||||
,"shop_id_confirm_at_composite_index");
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user