entity framework 4 - Can I change the the Datatype of Column Body of table BlogPost in Nopcommerce Database? -


I want to post my blog to my store which belongs to NOPComers and my blog content size is more than 4000 characters is.

Now I want to change that limit but it does not allow me to change the datatype or the size of existing datatype which is a string.

I have tried to replace it with a blog postmap file, but it does not work for me.

Can someone suggest me to solve this problem?

Thank you in anticipation.

There is no limit to posting blog sizes, nor in the database nor in the code. The database definition for body is NVARCHAR (MAX) and you do not need to modify the blog postmap file.

The problem is elsewhere Are you using the custom process to create a nopCommerce interface or blog?

Is there a problem with the management studio? Check it out:

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -