-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
The user creates a schema that has this schema object named userSchema.

This name should depend on the schema name that the user enters.
For example
$ msc
? Please input Schema name auth
...
This should generate a schema which has this schema object named authSchema
const authSchema = new Schema({
timestamps: { createdAt: "created_at", updatedAt: "updated_at" }
});
module.exports = authSchema;
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers