the demand is like this. After the seller publishes the product, the buyer buys it, and the buyer confirms it after completion.
do you want to create two data tables for buyers and sellers to store order data?
because once the buyer deletes the order data, neither the buyer nor the seller can see it, isn"t that troublesome?
or soft deletion can be used to change the status of a field in the data table after the order is deleted!
the seller can see all orders (including deleted)
and buyers can only see those that have not been deleted!
which way is better?