mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
mysql/sqlserver CodeFirst 完成测试
This commit is contained in:
@ -28,5 +28,10 @@ namespace FreeSql.DataAnnotations {
|
||||
/// 是否可DBNull
|
||||
/// </summary>
|
||||
public bool IsNullable { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 数据库默认值
|
||||
/// </summary>
|
||||
internal object DbDefautValue { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user