The object 'DF__*' is dependent on column '*' - Changing int to double

前端 未结 9 1447
面向向阳花
面向向阳花 2020-11-30 19:07

Basically I got a table in my EF database with the following properties:

public int Id { get; set; }
public string Title { get; set; }
public string Descript         


        
9条回答
  •  误落风尘
    2020-11-30 19:39

    Solution :

    open database table -> expand table -> expand constraints and see this

提交回复
热议问题