Browse Source
Fix the typo in the ef core 8 complex types article
pull/18132/head
Engincan VESKE
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/Community-Articles/2023-11-05-EF-Core-8-Complex-Types/POST.MD
|
|
|
@ -105,7 +105,7 @@ And update the database: |
|
|
|
dotnet ef database update |
|
|
|
```` |
|
|
|
|
|
|
|
If you check the fields of the `Customers` table in your dayabase, you will see the following fields: |
|
|
|
If you check the fields of the `Customers` table in your database, you will see the following fields: |
|
|
|
|
|
|
|
* `Id` |
|
|
|
* `Name` |
|
|
|
|