Skip to content

Instantly share code, notes, and snippets.

@obegendi
Created March 11, 2018 21:34
Show Gist options
  • Save obegendi/c3b681e917822590e044fd42728ba9ff to your computer and use it in GitHub Desktop.
Save obegendi/c3b681e917822590e044fd42728ba9ff to your computer and use it in GitHub Desktop.
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