6
0
Fork 0
release
李静 2022-01-14 10:57:31 +08:00
parent e5e59293a4
commit 61ce40b3dc
2 changed files with 0 additions and 2 deletions

View File

@ -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');

View File

@ -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');