Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我们有实体:Participant、Rewards、RewardsRedeemed
参与者可以执行任务以获得奖励。奖励是所有可用奖励的表格。Rewards Redeemed 是一种“交易”表,它将存储哪些参与者兑换了哪些奖励。
那当然是数据库方式。如何将具有“事务”实体的所需功能转换为核心数据模型?
正如我在上面的评论中所说,只需为已赎回使用一个标志。
我不是核心数据专家,但这样的事情可能会奏效