Updated 实体特性 (markdown)

IGeekFan
2020-12-05 12:16:11 +08:00
parent c95da853d4
commit bb071db71e

@@ -64,6 +64,8 @@ class Topic {
> string 指定长度 [Column(DbType = "varchar(128)")] 或者 [MaxLength(128)] 或者 [Column(StringLength = 128)],当长度 -1 时产生的映射如下:
## Text类型 [StringLength(-1)]
| MySql | PostgreSQL | SqlServer | Oracle | Sqlite | Firebird | MsAccess | 达梦 | 金仓 | 神通 |
| - | - | - | - | - | - | - | - | - | - |
| text | text | nvarchar(max) | nclob | text | blob sub_type 1 | longtext | text | text | text |