add-migration queries the database for the columns I'm trying to add, fails with “Error: Invalid column name 'newColumn1', 'newColumn2', 'newColumn3'”

前端 未结 0 490
忘掉有多难
忘掉有多难 2021-01-18 05:09

I\'m trying to add three columns to an existing table via code first migrations with EF Core (package version 3.1.8). When I run add-migration -c

相关标签:
回答
  • 消灭零回复
提交回复
热议问题