mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-17 05:40:56 +08:00
Merge branch 'master' of https://github.com/dotnetcore/FreeSql.wiki
2
实体特性.md
2
实体特性.md
@@ -69,7 +69,7 @@ class Topic {
|
|||||||
当长度 -1 时产生的映射如下:
|
当长度 -1 时产生的映射如下:
|
||||||
|
|
||||||
| MySql | PostgreSQL | SqlServer | Oracle | Sqlite | Firebird | MsAccess | 达梦 | 金仓 | 神通 | 南通 |
|
| MySql | PostgreSQL | SqlServer | Oracle | Sqlite | Firebird | MsAccess | 达梦 | 金仓 | 神通 | 南通 |
|
||||||
| - | - | - | - | - | - | - | - | - | - |
|
| - | - | - | - | - | - | - | - | - | - |- |
|
||||||
| text | text | nvarchar(max) | nclob | text | blob sub_type 1 | longtext | text | text | text | text |
|
| text | text | nvarchar(max) | nclob | text | blob sub_type 1 | longtext | text | text | text | text |
|
||||||
|
|
||||||
> 注意:Oracle nclob 需要 v1.3.2+ 版本才支持,否则将映射 nvarchar2(4000)
|
> 注意:Oracle nclob 需要 v1.3.2+ 版本才支持,否则将映射 nvarchar2(4000)
|
||||||
|
|||||||
Reference in New Issue
Block a user