backend/generate/database/mongo/2024121800000001_cart.up.txt

6 lines
234 B
Plaintext
Raw Normal View History

2025-09-30 16:53:31 +00:00
use digimon_cart;
# 精確查詢與範圍條件組合索引
db.cart.createIndex({ "uid": 1, "product_id": 1 }, { unique: true })
# 排序索引
db.supplementary_info.createIndex({"created_at": -1}) # 用於按 created_at 倒序排序