i want to create Dynamic collection/table in mongoDB using SailsJS.
Example
1- New User Registration.
2- On Registration Success, User's Unique (userID + table) table Create in MongoDB.
3- How can we access this table (UserID + table) from SailsJS.
Please help, Thanks.