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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -