Skip to content

Instantly share code, notes, and snippets.

@Guifgr
Last active February 24, 2022 22:17
Show Gist options
  • Save Guifgr/54195a4d1e096ac2d07da17074632107 to your computer and use it in GitHub Desktop.
Save Guifgr/54195a4d1e096ac2d07da17074632107 to your computer and use it in GitHub Desktop.
Make dabase convention in snake_case
.UseNpgsql(...)
.UseSnakeCaseNamingConvention();
dotnet add package EFCore.NamingConventions --version 6.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment