From 2a843ee6073173eb163674cf0aa003b66ec03f8c Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@users.noreply.github.com> Date: Sun, 29 Nov 2020 14:59:19 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E5=AE=9E=E4=BD=93=E7=89=B9=E6=80=A7?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 实体特性.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/实体特性.md b/实体特性.md index 4385c4e..a39f049 100644 --- a/实体特性.md +++ b/实体特性.md @@ -66,7 +66,7 @@ class Topic { | MySql | PostgreSQL | SqlServer | Oracle | Sqlite | Firebird | MsAccess | 达梦 | 金仓 | 神通 | | - | - | - | - | - | - | - | - | - | - | -| text | text | varchar(max) | nclob | text | blob sub_type 1 | longtext | text | text | text | +| text | text | nvarchar(max) | nclob | text | blob sub_type 1 | longtext | text | text | text | > 注意:Oracle nclob 需要 v1.3.2+ 版本才支持,否则将映射 nvarchar2(4000)