7
好吧,我來自mySQL的背景,現在正在嘗試使用nodeJS和Mongoose重建一個站點。我的舊版本的MySQL架構看起來是這樣的(簡化):Mongoose:建議的數據庫模式
users
user_ID
user_name
user_email
user_password
groups
group_ID
group_name
group_description
groupusers
groupuser_ID
group_ID
user_ID
comments
comment_ID
group_ID
user_ID
comment_txt
任何人都可以提出來重組這個舊版本的MySQL架構與貓鼬最好的工作方式是什麼?