Skip to content

Commit

Permalink
Guest model date added
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv9544 committed Nov 25, 2023
1 parent 1dbc3fa commit 5a5fef7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Model/GuestModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ const GuestSchema = new mongoose.Schema(
type: mongoose.SchemaTypes.ObjectId,
ref: "sportscomplexes",
},
Startdate: {
type: String,

},
Enddate: {
type: String,

},
},
{ timestamps: true }
);
Expand Down

0 comments on commit 5a5fef7

Please sign in to comment.