Sat Dec 07 2024 11:27:32 GMT+0000 (Coordinated Universal Time)
Saved by @hitsabhishek
import mongoose from "mongoose"; const userSchema = new mongoose.Schema( {}, { timestamps: true } ); export const User = mongoose.model("User", userSchema);
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments