diff --git a/aspnetcore/tutorials/razor-pages/model.md b/aspnetcore/tutorials/razor-pages/model.md index 6e8d1b100b..a39de5ff25 100644 --- a/aspnetcore/tutorials/razor-pages/model.md +++ b/aspnetcore/tutorials/razor-pages/model.md @@ -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