From 6731ab763140c4bdb94afc2d0e8b65a1cc3e71f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=AE=E8=9B=8B=E5=95=8A=E7=9A=AE=E8=9B=8B?= <53462360+lovetaitai@users.noreply.github.com> Date: Mon, 30 Aug 2021 14:47:30 +0800 Subject: [PATCH 1/2] : add the missing note --- documentation20/en/04.model/docs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation20/en/04.model/docs.md b/documentation20/en/04.model/docs.md index 1bf6c67878..28f1c7b791 100644 --- a/documentation20/en/04.model/docs.md +++ b/documentation20/en/04.model/docs.md @@ -26,6 +26,7 @@ Replace the database operating in the current connection with “power”, other - Any table or STable belongs to a database. Before creating a table, a database must be created first. - Tables in two different databases cannot be JOIN. +- You need to specify a timestamp when creating and inserting records and querying history records. ## Create a STable From 0d7d9f12932b790604b99f543a434989fca7d46b Mon Sep 17 00:00:00 2001 From: Elias Soong Date: Mon, 30 Aug 2021 16:08:14 +0800 Subject: [PATCH 2/2] Improve expression slightly. --- documentation20/en/04.model/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation20/en/04.model/docs.md b/documentation20/en/04.model/docs.md index 28f1c7b791..08d952d317 100644 --- a/documentation20/en/04.model/docs.md +++ b/documentation20/en/04.model/docs.md @@ -26,7 +26,7 @@ Replace the database operating in the current connection with “power”, other - Any table or STable belongs to a database. Before creating a table, a database must be created first. - Tables in two different databases cannot be JOIN. -- You need to specify a timestamp when creating and inserting records and querying history records. +- You need to specify a timestamp when creating and inserting records, or querying history records. ## Create a STable