Hello everybody, I’m trying to duplicate a database .
The data base is called “Cart items” I want to create a copy of all its items into another database called “order delivery status”
Rigth now when you buy something, a new “order delivery status” is created but the information it has is the total price of the items, the total amount of items and a list with the items that have been bougth.
But I’m trying to create a new “order delivery status” for each product
the workflow looks like this
I dont want to make changes to the “cart items” , I need to create a new thing in a different database.
Thank you