From b9f14e016a1da5a664370c25118244c694a006eb Mon Sep 17 00:00:00 2001 From: linju Date: Thu, 2 Jun 2022 19:10:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0opendb-tempdata=E8=A1=A8?= =?UTF-8?q?=EF=BC=8Cexpired=E5=AD=97=E6=AE=B5bsonType=E7=9A=84=E5=80=BC?= =?UTF-8?q?=E4=B8=BA:timestamp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collection/opendb-tempdata/collection.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collection/opendb-tempdata/collection.json b/collection/opendb-tempdata/collection.json index ffc87c1..7cd102b 100644 --- a/collection/opendb-tempdata/collection.json +++ b/collection/opendb-tempdata/collection.json @@ -16,7 +16,8 @@ "description": "值" }, "expired": { - "description": "过期时间" + "description": "过期时间", + "bsonType": "timestamp" } } },