1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-6.git synced 2024-11-21 23:44:19 +00:00
bda-6-steffo/data/scripts/index-db.mongodb

8 lines
100 B
Text

db.reviews.createIndex(
{
overall: 1,
},
{
name: "rating_index"
}
)