Adding 'GO' statements to Entity Framework migrations

前端 未结 5 1261
青春惊慌失措
青春惊慌失措 2020-12-01 16:36

So I have an application with a ton of migrations made by Entity framework. We want to get a script for all the migrations at once and using the -Script tag doe

5条回答
  •  一向
    一向 (楼主)
    2020-12-01 16:53

    The easiest way is to add /**/ before the GO statement.

提交回复
热议问题