mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-03-02 04:00:58 +08:00
update
2
实体特性.md
2
实体特性.md
@@ -62,7 +62,7 @@ class Topic {
|
|||||||
|
|
||||||
> decimal 指定长度 [Column(Precision = 10, Scale = 2)]
|
> 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 | 达梦 | 金仓 | 神通 |
|
| MySql | PostgreSQL | SqlServer | Oracle | Sqlite | MsAccess | 达梦 | 金仓 | 神通 |
|
||||||
| - | - | - | - | - | - | - | - | - |
|
| - | - | - | - | - | - | - | - | - |
|
||||||
|
|||||||
Reference in New Issue
Block a user