From 940f43901b1b2c883893ba84cf01b11c64b3c1b0 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Tue, 4 Jul 2023 20:43:16 +0800 Subject: [PATCH] fix: spell error --- collection/opendb-sms-log/collection.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collection/opendb-sms-log/collection.json b/collection/opendb-sms-log/collection.json index 0d135d0..a9b3612 100644 --- a/collection/opendb-sms-log/collection.json +++ b/collection/opendb-sms-log/collection.json @@ -53,7 +53,7 @@ "bsonType": "timestamp", "description": "发送时间" }, - "ccreate_date": { + "create_date": { "bsonType": "timestamp", "description": "创建时间", "forceDefaultValue": { @@ -63,4 +63,4 @@ } }, "index": [] -} \ No newline at end of file +}