Update
parent
5126e613aa
commit
f24bb38d06
|
|
@ -34,7 +34,6 @@ class CreateProductSpusTable extends Migration
|
||||||
$table->timestamps();
|
$table->timestamps();
|
||||||
|
|
||||||
$table->index('category_id');
|
$table->index('category_id');
|
||||||
$table->index('release_at');
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,6 @@ class CreateProductSkusTable extends Migration
|
||||||
|
|
||||||
$table->index('spu_id');
|
$table->index('spu_id');
|
||||||
$table->index('category_id');
|
$table->index('category_id');
|
||||||
$table->index('release_at');
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue