dotnet / dotnet/efcore

Json/Migrations: flow the json type mapping (or relevant type mapping info) to column in the model differ so we can create correct default value and clr type for json column operation

Open
#28,596 1 comment 0 reactions 0 assignees View on GitHub
area-json
Dominant language
C#
Stars
14.8k
Forks
3.4k
PR merge metrics
PR metrics pending

Description

For now the clr type (and default value) are hard-coded. It's not a major issue as we can't really do anything intelligent here, apart from creating a string representation for empty json (which won't work if the model requires an entity there), but it will be "more correct" way of doing things

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.