@cendo/database-schemas
Advanced tools
Comparing version
{ | ||
"name": "@cendo/database-schemas", | ||
"version": "1.5.7", | ||
"version": "1.5.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,2 +32,8 @@ const {Schema} = require('mongoose') | ||
nhanh_id: { | ||
type: String, | ||
trim: true, | ||
index: true, | ||
}, | ||
updated_at: { | ||
@@ -34,0 +40,0 @@ type: Date, |
15051
0.58%763
0.66%