mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-07 08:50:52 +08:00
Updated 实体特性 (markdown)
2
实体特性.md
2
实体特性.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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user