Updated 实体特性 (markdown)

IGeekFan
2020-12-05 12:18:51 +08:00
parent bb071db71e
commit 7e91df301d

@@ -62,9 +62,11 @@ class Topic {
> decimal 指定长度 [Column(DbType = "decimal(10,2)")] 或者 [Column(Precision = 10, Scale = 2)]
> string 指定长度 [Column(DbType = "varchar(128)")] 或者 [MaxLength(128)] 或者 [Column(StringLength = 128)],当长度 -1 时产生的映射如下:
> string 指定长度 [Column(DbType = "varchar(128)")] 或者 [MaxLength(128)] 或者 [Column(StringLength = 128)]
## Text类型 [StringLength(-1)]
## Text类型 [Column(StringLength =-1)]
当长度 -1 时产生的映射如下:
| MySql | PostgreSQL | SqlServer | Oracle | Sqlite | Firebird | MsAccess | 达梦 | 金仓 | 神通 |
| - | - | - | - | - | - | - | - | - | - |