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

4 lines
96 B
Plaintext
Raw Normal View History

2025-09-30 16:53:31 +00:00
db.user_info.createIndex({"uid": 1},{unique: true})
db.user_info.createIndex({"create_at": 1})
2025-11-14 14:40:56 +00:00