I am building an application for shopping.. i want to store the customer details along with the order details Here to customers are allowed to place orders and make changes to it.. But the problem is, if i use ethereum, i can not make the updates of the changes by user because the data is immutable.. So i thought of using Corda. In corda can i store the data and then make changes to the data? If yes,
then how?