Update
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
const mongoose = require('mongoose')
|
||||
|
||||
const SerialSchema = mongoose.Schema({
|
||||
|
||||
code:String,
|
||||
model:String,
|
||||
message:String
|
||||
|
||||
})
|
||||
|
||||
|
||||
module.exports = mongoose.model('Serial', SerialSchema)
|
||||
Reference in New Issue
Block a user