Hi, I have a ecommerce site which is built on nopcommerce v1.9. Now, I want to add a field to the table, i.e table OrderProductVariant. How to do it in the code?
I add the field to the database, updated the entity model, then add the field to the OrderProductVariant.cs . But it does not work. the compilation is ok, but when run it, it says:
{“Schema specified is not valid. Errors: \r\nThe relationship ‘NopSolutions.NopCommerce.BusinessLogic.Data.FK_Nop_OrderProductVariant_Nop_ProductVarian…
