mirror of
https://github.com/fergalmoran/EFCore.NamingConventions.git
synced 2025-12-22 09:38:21 +00:00
Update README.MD - add nuget badge
This commit is contained in:
committed by
Shay Rojansky
parent
56932b721e
commit
ca7f50b2f0
@@ -1,5 +1,7 @@
|
||||
# Naming Conventions for Entity Framework Core Tables and Columns
|
||||
|
||||
[](https://www.nuget.org/packages/EFCore.NamingConventions/)
|
||||
|
||||
By default, EF Core will map to tables and columns named exactly after your .NET classes and properties. For example, mapping a typical Customer class to PostgreSQL will result in SQL such as the following:
|
||||
|
||||
```sql
|
||||
|
||||
Reference in New Issue
Block a user