mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-09-17 00:45:35 +08:00
- 增加 DbFirst 获取字段的默认值信息;
This commit is contained in:
@@ -48,5 +48,9 @@ namespace FreeSql.DatabaseModel
|
||||
/// 备注
|
||||
/// </summary>
|
||||
public string Coment { get; set; }
|
||||
/// <summary>
|
||||
/// 数据库默认值
|
||||
/// </summary>
|
||||
public string DefaultValue { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user