mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-09-17 00:45:35 +08:00
- 增加 DbFirst DbColumnInfo Position 属性,字段默认位置;
This commit is contained in:
@@ -52,5 +52,9 @@ namespace FreeSql.DatabaseModel
|
||||
/// 数据库默认值
|
||||
/// </summary>
|
||||
public string DefaultValue { get; set; }
|
||||
/// <summary>
|
||||
/// 字段位置
|
||||
/// </summary>
|
||||
public int Position { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user