Ahlushko

Untitled

Jun 15th, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const mongoose = require('mongoose');
  2.  
  3. const Schema = mongoose.Schema({
  4.     videoCard: String,
  5.     CPU: String,
  6.     motherboard: String,
  7.     RAM: Number
  8.  
  9. })
  10. module.exports = mongoose.model('comp', Schema)
Add Comment
Please, Sign In to add comment