数据库字典
ims_yz_app_message(app设置->消息设置表)
字段 | 类型 | 空 | 默认 | 注释 |
---|---|---|---|---|
id | int(11) | NO | id | |
uniacid | int(11) | NO | 0 | 公众号id |
uid | int(11) | YES | null | 会员ID |
title | varchar(100) | YES | null | 消息标题 |
content | text | YES | null | 消息内容 |
source | int(11) | YES | null | 0:系统消息 |
is_read | int(11) | YES | null | 是否已读:0-未读;1-已读 |
created_at | int(11) | YES | 创建时间 | |
updated_at | int(11) | YES | 更新时间 | |
deleted_at | int(11) | YES | 删除时间 |