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
Post a Comment