用ABP框架,数据库CodeFirs.InitTable,实体中ExtraPropertyDictionary类型不创建 返回

SqlSugar 沟通中
2 192

如题,使用postgreSql,特性里指定数据库字段类型也不行,如[SugarColumn(ColumnDataType = "JSONB", IsJson = true, IsIgnore = true, IsNullable = true)]

热忱回答2

  • fate sta fate sta VIP0
    2025/11/28

    IsJson = true, IsIgnore = true, 不能一起出现

    0 回复
  • fate sta fate sta VIP0
    2025/11/28

    isignore表示数据库不存在。 只需要一个属性

    0 回复