backend/generate/database/mongo/2024110500000001_account.up...

4 lines
133 B
Plaintext
Raw Normal View History

2025-09-30 16:53:31 +00:00
use digimon_member;
db.account.createIndex({ "login_id": 1, "platform": 1}, {unique: true})
db.account.createIndex({"create_at": 1})