我使用 EF 代码优先方法并通过包管理器控制台更改数据库
尝试将列invoiceno Datetime 更改为 long
添加迁移“消息”
Update-Database命令返回错误
Implicit conversion from data type datetime to bigint is not allowed. Use the CONVERT function to
run this query.
我使用 EF 代码优先方法并通过包管理器控制台更改数据库
尝试将列invoiceno Datetime 更改为 long
添加迁移“消息”
Update-Database命令返回错误
Implicit conversion from data type datetime to bigint is not allowed. Use the CONVERT function to
run this query.