Created
March 11, 2018 21:34
-
-
Save obegendi/c3b681e917822590e044fd42728ba9ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| protected override void OnModelCreating(DbModelBuilder modelBuilder){ | |
| modelBuilder.HasDefaultSchema(“mail”); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment