app-cloudep-tweeting-service/generate/database/mongodb/20240829054502_comment.up.m...

3 lines
76 B
Plaintext

use digimon_tweeting;
db.comment.createIndex({ "post_id": 1,"createAt":1});