EF Migration equivalent for sqlproj projects in VS

653 Views Asked by At

We're evaluating a setup where we have a solution with two projects, one is an asp.net 5 project using EF7, the other is a full-blown sqlproj that actually manages the database. One thing I'm curious about is whether sqlproj has some kind of data migration support, similar to EF. Schema changes on their own seem relatively straightforward, but what's the best practice for schema changes which also require some data manipulation (e.g. merging two columns into one, or splitting a column in two, etc)?

0

There are 0 best solutions below