Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 #28596

Open
maumar opened this issue Aug 4, 2022 · 1 comment

Comments

@maumar
Copy link
Contributor

maumar commented Aug 4, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants