WIP
parent
e5e59293a4
commit
61ce40b3dc
|
|
@ -24,7 +24,6 @@ class CreateDealerManagerSalesLogsTable extends Migration
|
|||
$table->timestamps();
|
||||
|
||||
$table->unique(['user_id', 'order_id', 'product_id']);
|
||||
$table->index(['user_id', 'order_completed_at']);
|
||||
$table->index('order_id');
|
||||
$table->index('product_id');
|
||||
$table->index('order_completed_at');
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ class CreateDealerManageSubsidyLogsTable extends Migration
|
|||
$table->timestamps();
|
||||
|
||||
$table->unique(['user_id', 'order_id', 'product_id']);
|
||||
$table->index(['user_id', 'order_completed_at']);
|
||||
$table->index('order_id');
|
||||
$table->index('product_id');
|
||||
$table->index('order_completed_at');
|
||||
|
|
|
|||
Loading…
Reference in New Issue