update

28810
2020-07-31 12:19:16 +08:00
parent 2e3ac15065
commit ae10b7e8be

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