The EF migrations seem cool but there is too much "magic" going on and very few explanations as to what it's actually doing. All I want to do is set migration points and get DDL scripts -- either a "diff" script from one migration to another or the entire create DDL script.
The problem is that all the migration commands seem dependent on an actual database being present to perform a bunch of stuff I'm not interested in. Is there a way to bypass all that and just work with migrations to generate scripts?