codefirst, postgreSQL升级表结构失败 返回
SqlSugar
老数据
3
1683
悬赏:5 飞吻
数据库: postgreSQL
SqlSugar版本:5.0.3.8
在CodeFirst情况下, class增加属性后,表结构不能自动升级。
类定义
{
public string Account {get;set}
public strign Password {get;set;}
[SugarColumn(DefaultValue="", IsNullable=true)]
public string Mobile {get;set;}
}
红色部分为新增内容
热忱回答(3)
-
管理员 VIP0
2021/9/1第一确定 这个表是不是 sqlsugar CodeFirst 创建的
0 回复 -
管理员 VIP0
2021/9/1如果不是可能会有问题
0 回复 -
管理员 VIP0
2021/9/1是codefirst创建的
0 回复