From a09d2aea12bf727991611c2abe07d78bc7b66be4 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Thu, 29 Oct 2020 17:21:33 +0800 Subject: [PATCH] chore: add bsontype of menu_id --- collection/opendb-admin-menus/collection.json | 1 + 1 file changed, 1 insertion(+) diff --git a/collection/opendb-admin-menus/collection.json b/collection/opendb-admin-menus/collection.json index 2b52a75..ddbbdb9 100644 --- a/collection/opendb-admin-menus/collection.json +++ b/collection/opendb-admin-menus/collection.json @@ -10,6 +10,7 @@ "description": "存储文档 ID,系统自动生成" }, "menu_id": { + "bsonType": "string", "description": "菜单项的ID,不可重复" }, "name": {