backend/generate/database/mongo/20240422112701_audo_id.up.txt

2 lines
73 B
Plaintext
Raw Permalink Normal View History

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