insatller fee
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
const mongoose = require('mongoose')
|
||||
|
||||
|
||||
const FeeSchema = mongoose.Schema({
|
||||
title: String,
|
||||
amount: Number,
|
||||
createdAt: { type: Date, default: Date.now },
|
||||
})
|
||||
|
||||
module.exports = mongoose.model('Fee', FeeSchema)
|
||||
Reference in New Issue
Block a user