0
luo0826 created
hi
my project uses setting table to save json data.We are using Oracle now. In Oracle the field type of string is created as NVARCHAR(2000).
The Value Column now is NVARCHAR(2000).
It's too small to us.So I want to change it into CLOB.
I do it like this.
The Year field is added before.
But Value column can not change type.
How Can I do it?Thank you very much.
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
2 Answer(s)
-
0
Hi @luo0826
Could you try it in OnModelCreating of your DbContext ?
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
It Works!Thank you very much!
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)