Entity framework

From Logic Wiki
Revision as of 14:27, 9 May 2016 by Dt1nh6 (Talk | contribs) (1 revision imported)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


enable-migrations
add-migration initial

"initial" is the note or name we define for this migration

update-database
update-database -script