From 3c5c84710a941c4d635f81fefba7cee8e3acab51 Mon Sep 17 00:00:00 2001 From: chengang <406676933@qq.com> Date: Fri, 14 Jun 2024 19:06:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B3=A8=E6=84=8F=E4=BA=8B?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/remark.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/remark.md diff --git a/sql/remark.md b/sql/remark.md new file mode 100644 index 0000000..0b59a58 --- /dev/null +++ b/sql/remark.md @@ -0,0 +1,2 @@ +## Remark +使用navicat创建数据库,然后导入sql文件。注意一下的问题:ID要使用ObjectId,不能使用String。date要使用Date类型。 \ No newline at end of file