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
Quick question related to EF7 json columns - is there a way to set a max string length via the fluent api? Similar to the default sql data type for string values, a json column migration sets the json data column to be an nvarcar(max). While I know I can update the migration itself to change the type, is there a more elegant way to do this that can change with the model in the fluent api?
The text was updated successfully, but these errors were encountered:
Hi EF Core Team!
Quick question related to EF7 json columns - is there a way to set a max string length via the fluent api? Similar to the default sql data type for string values, a json column migration sets the json data column to be an
nvarcar(max)
. While I know I can update the migration itself to change the type, is there a more elegant way to do this that can change with the model in the fluent api?The text was updated successfully, but these errors were encountered: