Entity framework

From Logic Wiki
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