entity framework 6 - How to use EF Migrations with Amazon RDS? -



entity framework 6 - How to use EF Migrations with Amazon RDS? -

i'm trying understand if ef automatic migrations possible when using rds sql server. have line of code in query object

database.setinitializer(new dropcreatedatabasealways<userdbcontext>());

except fail on rds database in use. or should stick manual updates?

entity-framework-6 amazon-rds

Comments

Popular posts from this blog

python - How to add an model instance to a django queryset? -

Using Android Volley to post an array to PHP -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -