6
0
Fork 0
release
李静 2021-11-29 15:44:17 +08:00
parent 5126e613aa
commit f24bb38d06
2 changed files with 0 additions and 2 deletions

View File

@ -34,7 +34,6 @@ class CreateProductSpusTable extends Migration
$table->timestamps();
$table->index('category_id');
$table->index('release_at');
});
}

View File

@ -37,7 +37,6 @@ class CreateProductSkusTable extends Migration
$table->index('spu_id');
$table->index('category_id');
$table->index('release_at');
});
}