Base solution for your next web application
Open Closed

I want to Extend column Value in Setting Table,but it does not work. #10097


User avatar
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.


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @luo0826

    Could you try it in OnModelCreating of your DbContext ?

  • User Avatar
    0
    luo0826 created

    It Works!Thank you very much!