You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(api): automatically add ID and timestamps to created documents
- Implement automatic generation of 'id', 'createdAt', and 'updatedAt' fields for new documents
- Use ObjectId for 'id' and ISO 8601 string for timestamps
- Ensure UTC time is used for timestamps
0 commit comments