codefirst, postgreSQL升级表结构失败 返回

SqlSugar 老数据
3 1683
该叫什么 未知 发布于2021/9/1
悬赏: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