Skip to content

Instantly share code, notes, and snippets.

@nlivaic
Last active November 29, 2018 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nlivaic/d44b4d9a77b4a0e4bc9560b8e80aff9c to your computer and use it in GitHub Desktop.
Save nlivaic/d44b4d9a77b4a0e4bc9560b8e80aff9c to your computer and use it in GitHub Desktop.
EF 6 - Moving schemas
protected override void OnModelCreating(DbModelBuilder modelBuilder)
{
modelBuilder.HasDefaultSchema("library");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment