Update model.md (#10413)

pull/10440/head
Rick Anderson 2019-01-15 10:13:17 -10:00 committed by GitHub
parent b808dc0793
commit fc8c18e595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -142,6 +142,10 @@ The *appsettings.json* file is updated with the connection string used to connec
---
The preceding commands generate the following warning: "No type was specified for the decimal column 'Price' on entity type 'Movie'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values using 'HasColumnType()'."
You can ignore that warning, it will be fixed in a later tutorial.
The scaffold process creates and updates the following files:
### Files created