From dbfac4fdb68023d4da2a58cac481887404760ac3 Mon Sep 17 00:00:00 2001 From: DCloud_JSON Date: Mon, 17 Jun 2024 17:10:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E7=BE=A4=E6=88=90=E5=91=98=E6=B4=BB=E8=B7=83=E6=97=B6=E9=97=B4?= =?UTF-8?q?=EF=BC=88=E6=9C=80=E5=90=8E=E4=B8=80=E5=9C=BA=E5=8F=91=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E6=97=B6=E9=97=B4=EF=BC=89=E7=9A=84=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uniCloud/database/uni-im-group-member.schema.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/uniCloud/database/uni-im-group-member.schema.json b/uniCloud/database/uni-im-group-member.schema.json index dee3384..34168cd 100644 --- a/uniCloud/database/uni-im-group-member.schema.json +++ b/uniCloud/database/uni-im-group-member.schema.json @@ -48,6 +48,10 @@ "forceDefaultValue": { "$env": "now" } - } + }, + "active_time": { + "bsonType": "timestamp", + "description": "活跃时间(最后一场发消息时间)" + } } } \ No newline at end of file -- GitLab