[fandango] is the transaction table the same as the order table in ecommerce system?

请问在fandango这个系统中,当我们讨论到具体的transactions table的时候。这张表的作用和电商系统中的orders table是一致的吗?

他们的目的都是把 user 和它想要购买的 物品(ticket/inventory) 联系起来(one to many relationship)?

是的 就是一回事