EF 迁移无法将日期时间(数据类型)列更改(更改)为长整型(bigint)



我使用EF代码优先的方法,并通过包管理器控制台更改数据库

正在尝试将invoicenoDatetime列更改为长

添加迁移"消息">

更新数据库命令返回错误

Implicit conversion from data type datetime to bigint is not allowed. Use the CONVERT function to 
run this query.

在之前插入

[DatabaseGenerated(DatabaseGeneratedOption.None)]

相关内容

  • 没有找到相关文章

最新更新