From 0d7d9f12932b790604b99f543a434989fca7d46b Mon Sep 17 00:00:00 2001 From: Elias Soong Date: Mon, 30 Aug 2021 16:08:14 +0800 Subject: [PATCH] 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