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] : 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