EF An error occurred while updating the entries. See the inner exception for details.
检查一下数据库字段类型和字段长度,和model里的是否一致。字段类型不一致会报这个错。
EF An error occurred while updating the entries. See the inner exception for details.检查一下数据库字段类型和字段长度,和model里的是否一致。字段类型不一致会报这个错。
|