mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-13 08:09:37 +00:00
5 lines
126 B
JavaScript
5 lines
126 B
JavaScript
db = db.getSiblingDB('partyyy');
|
|
db.createCollection('mate');
|
|
db.createCollection('messages');
|
|
db.createCollection('events');
|