You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #8605, RelationalTypeMapping objects are bound to properties as part of the final model building step before the model is used by the runtime. This means that ColumnType is not available in OnModelCreating. We could instead keep it updated as the model is being built by implementing conventions that know when a property is added, or when any facet of that property changes that might impact the mapping. This is a lot of conventions, not all of which we have.
The text was updated successfully, but these errors were encountered:
In #8605, RelationalTypeMapping objects are bound to properties as part of the final model building step before the model is used by the runtime. This means that ColumnType is not available in OnModelCreating. We could instead keep it updated as the model is being built by implementing conventions that know when a property is added, or when any facet of that property changes that might impact the mapping. This is a lot of conventions, not all of which we have.
The text was updated successfully, but these errors were encountered: