Updated 实体特性 (markdown)

2881099
2020-11-29 14:59:19 +08:00
parent abe6cbf5b0
commit 2a843ee607

@@ -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)