ASP.Net Identity - Use custom Schema
问题 I am using MVC5 + Ef6 code first with ASP.Net Identity 1.0 and wish to have the tables created in a custom schema. i.e. a schema that is not the dbo schema. I reversed engineered my databse using the Ef power tools and set the schema name for all other tables in the mapping class to the following this.ToTable("tableName", "schemaName"); I tried doing this for the ASP.Net tables but it kept giving me a lots of errors and eventually I gave up. If I exclude the (reverse engineered) ASP.Net