mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-11-03 16:55:28 +08:00
- 增加 实体特性 [Column(ServerTime = DateTimeKind.Utc)] 使用数据库时间执行插入数据;
- 修复 ToList(a => new Dto { .. }) 在使用 GroupBy 之后报错的 bug;
- 修复 注释迁移到数据库,在 asp.net 4.7 无效的问题;
This commit is contained in:
@@ -14,6 +14,8 @@ namespace FreeSql.Internal.Model
|
||||
public ColumnAttribute Attribute { get; set; }
|
||||
public string Comment { get; internal set; }
|
||||
public string DbTypeText { get; internal set; }
|
||||
public string DbDefaultValue { get; internal set; }
|
||||
public string DbInsertValue { get; internal set; }
|
||||
public int DbSize { get; internal set; }
|
||||
public byte DbPrecision { get; internal set; }
|
||||
public byte DbScale { get; internal set; }
|
||||
|
||||
Reference in New Issue
Block a user