gpt4 book ai didi

php - codeigniter 通知系统的数据库表结构

转载 作者:行者123 更新时间:2023-11-29 12:30:24 26 4
gpt4 key购买 nike

我必须在 Codeigniter 中创建一个通知系统。

在此通知中,有两种类型的用户,一是买家,二是卖家。

买家购买或评论任何卖家的产品/订单,则应将此通知发送给卖家。

卖家对任何买家的评论也是如此,那么此通知应发送给该买家。

所有评级/评论和订单系统均正常运行。但我必须为此建立一个通知。

我对通知表结构有点困惑。任何 mysql、sql 或 sql-server 专家都可以帮助我吗?

注意:- 我为此使用下面的表结构。但我认为这不太好。

notification_id
user_id
module
action_type
added_by
read
read_date

模块是执行的位置,action_type 是发生的情况(评论、删除、添加等)。 Read 表示已被查看,read_date 表示被查看的时间。

Click Here for reference from where I got this

谢谢

最佳答案

应该是这样的:

column_name

notification_id
product_id -> for which product buyer has notified
action_type -> 'comment','like'
added_by -> who gave the notification
read -> 0 or 1
read_date -> datetime

关于php - codeigniter 通知系统的数据库表结构,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27646998/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com