From 799c0366cdee146cc5349fbf1675b046118dea92 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Mon, 31 Oct 2022 20:26:06 +0800 Subject: [PATCH] feat: add create_date to opendb-app-client-key --- collection/opendb-app-client-key/collection.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collection/opendb-app-client-key/collection.json b/collection/opendb-app-client-key/collection.json index 9cd7c0b..e68e553 100644 --- a/collection/opendb-app-client-key/collection.json +++ b/collection/opendb-app-client-key/collection.json @@ -22,6 +22,10 @@ "public_key": { "bsonType": "string", "description": "公钥,下发给客户端使用" + }, + "create_date": { + "bsonType": "timestamp", + "description": "创建时间" } } },