backend/generate/database/mongo/2024110500000003_user.up.txt

4 lines
115 B
Plaintext
Raw Normal View History

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