Fly-sky

更改column时有可能遇到问题。貌似权限问题:

  saving changes is not permitted. The changes you have made require the following tables to be dropped and re-created. you have either made changes to a table that can\'t be re-created or enabled the option prevent saving changes that require the table to be re-created.

 

执行类似语句可以解决:

alter table ImportUserData alter  column SolutionName nvarchar(500)

分类:

技术点:

相关文章:

  • 2021-11-30
  • 2021-05-15
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2021-11-17
  • 2021-11-15
猜你喜欢
  • 2022-02-21
  • 2022-12-23
  • 2021-12-02
  • 2021-11-20
  • 2021-11-30
相关资源
相似解决方案