Consider the role of value converters in determining the default value of a non-nullable column added to an existing table
Open
area-type-mapping
needs-design
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
https://github.com/dotnet/efcore/issues/34790 is about extending our relational type mappings, allowing them to define a default database value for when a non-nullable column is added to a table in a migration. When a value converter is present, it may need to affect which default value is used.
Contributor guide
Assessment
This issue has not been assessed yet.