-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Backendtask relates to backendtask relates to backendData Modeldata model tasksdata model tasksGood First IssueEasy tasks for first timersEasy tasks for first timers
Description
Create a Mongoose data model for news
Collection name: news
Schema object name: newsSchema
Directory: root/backend/models/news/*, add news-model.js file
For reference, see tags-model.js
Fields:
- title: string
- detail: string
- created_at: Date, immutable, use the current time as the default value
- updated_at: Date, use the current time as the default value
Metadata
Metadata
Assignees
Labels
Backendtask relates to backendtask relates to backendData Modeldata model tasksdata model tasksGood First IssueEasy tasks for first timersEasy tasks for first timers