Initial commit
This commit is contained in:
177
doc/业务数据表整理.md
Normal file
177
doc/业务数据表整理.md
Normal file
@@ -0,0 +1,177 @@
|
||||
区分动态数据表和静态数据表,动态数据表是网站运行过程中用户产生的数据记录,重置网站时,可以清理掉。
|
||||
静态数据表是网站功能需要的基础数据,不能清理掉,清理掉会让网站不能运行。
|
||||
|
||||
# 系统表
|
||||
gen_table
|
||||
gen_table_column
|
||||
qrtz_blob_triggers
|
||||
qrtz_calendars
|
||||
qrtz_cron_triggers
|
||||
qrtz_fired_triggers
|
||||
qrtz_job_details
|
||||
qrtz_locks
|
||||
qrtz_paused_trigger_grps
|
||||
qrtz_scheduler_state
|
||||
qrtz_simple_triggers
|
||||
qrtz_simprop_triggers
|
||||
qrtz_triggers
|
||||
sys_config
|
||||
sys_dept
|
||||
sys_dict_data
|
||||
sys_dict_type
|
||||
sys_job
|
||||
sys_job_log
|
||||
sys_logininfor
|
||||
sys_menu
|
||||
sys_notice
|
||||
sys_oper_log
|
||||
sys_post
|
||||
sys_role
|
||||
sys_role_dept
|
||||
sys_role_menu
|
||||
sys_user
|
||||
sys_user_post
|
||||
sys_user_role
|
||||
|
||||
|
||||
# 开箱游戏
|
||||
tt_box 开箱游戏共用的箱子数据, boxType字段用来区分是哪种开箱游戏的
|
||||
tt_box_ornaments 箱子中的饰品数据,主要是开出概率。
|
||||
tt_box_records 动态数据表,开箱记录。箱子id-饰品id-开出人-拥有人
|
||||
tt_box_third_explosive_user 开箱三级爆率用户,拥有特殊的开箱奖池
|
||||
tt_box_type 开箱
|
||||
tt_ornament 饰品元信息,所有开箱游戏共享相同的饰品信息,如名字,价格等
|
||||
tt_ornaments_level
|
||||
tt_comp_record 箱子的补偿奖池记录?
|
||||
|
||||
# 百变竞技
|
||||
tt_robot_fight_group
|
||||
tt_robot_fight_group_box
|
||||
tt_fight 动态数据表
|
||||
tt_fight_ranking_reward 对战排行榜奖励
|
||||
tt_fight_result 动态数据表
|
||||
tt_fight_round 动态数据表
|
||||
tt_fight_user 动态数据表
|
||||
|
||||
# 指数盲盒
|
||||
tt_exponent
|
||||
tt_exponent_user
|
||||
tt_exponent_user_box
|
||||
|
||||
# roll房
|
||||
tt_roll
|
||||
tt_roll_jackpot
|
||||
tt_roll_jackpot_ornaments
|
||||
tt_roll_user
|
||||
tt_roll_user_prize
|
||||
tt_time_roll
|
||||
tt_time_roll_user
|
||||
|
||||
# 极速永痕
|
||||
game_sugar_record 动态数据表
|
||||
game_sugar_spin
|
||||
game_sugar_spin_free
|
||||
game_sugar_spin_super
|
||||
game_sugar_step_info
|
||||
game_sugar_step_info_free
|
||||
game_sugar_step_info_super
|
||||
game_sugar_user 动态数据表
|
||||
game_sugar_win 动态数据表
|
||||
|
||||
# 疯狂转盘
|
||||
game_wheel_round 动态数据表
|
||||
game_wheel_round_bet 动态数据表
|
||||
game_wheel_user 动态数据表
|
||||
|
||||
# 充值支付系统 包含CDK
|
||||
tt_order 动态数据表。用户购买的充值订单
|
||||
tt_recharge_card 充值卡密
|
||||
tt_recharge_config
|
||||
tt_recharge_prod
|
||||
tt_recharge_ranking_reward 对战排行榜奖励
|
||||
tt_recharge_record
|
||||
tianxin_order 无用
|
||||
|
||||
# 提货与转增
|
||||
tt_box_transfer_record 动态数据表。 转增记录
|
||||
|
||||
# 发货记录
|
||||
tt_delivery_record 动态数据表
|
||||
|
||||
# 公告 ApiAnnouncementController
|
||||
tt_announcement
|
||||
tt_announcement_read
|
||||
|
||||
# 签到记录
|
||||
tt_attendance_record
|
||||
|
||||
# 首页大屏广告banner
|
||||
tt_advertisement
|
||||
|
||||
# 网站设置 -- 更偏向于网页功能
|
||||
tt_banner 和tt_advertisement功能一模一样
|
||||
tt_content 文章
|
||||
tt_content_type 文章
|
||||
|
||||
# 推广
|
||||
tt_commission_record 动态数据表,推广佣金记录 无用
|
||||
tt_promotion_level 动态数据表
|
||||
tt_promotion_record 动态数据表
|
||||
tt_promotion_update 动态数据表
|
||||
|
||||
# 后台操作向用户消息
|
||||
tt_message
|
||||
tt_message_send
|
||||
|
||||
# 系统异步向用户推送结果通知
|
||||
tt_notice 前端的消息通知是这个
|
||||
|
||||
## 福利红包
|
||||
与CDK相比福利红包不记录到充值流水。
|
||||
|
||||
tt_red_pack 动态数据表,红包模板
|
||||
tt_red_packet 动态数据表,红包数据
|
||||
tt_red_packet_record 动态数据表,红包领取记录
|
||||
|
||||
# 任务中心
|
||||
tt_task_center
|
||||
tt_task_center_user
|
||||
|
||||
# 黄金装备
|
||||
tt_upgrade_fail_ornaments
|
||||
tt_upgrade_ornaments
|
||||
tt_upgrade_record
|
||||
|
||||
# 用户系统
|
||||
tt_user 动态数据表。删除数据需谨慎
|
||||
tt_user_avatar 用户头像表
|
||||
tt_user_blend_ercash 动态数据表。流水日志
|
||||
|
||||
tt_user_amount_records 淘汰。被tt_user_blend_ercash替换了
|
||||
tt_user_credits_records 淘汰。被tt_user_blend_ercash替换了
|
||||
|
||||
# vip系统
|
||||
tt_vip_level 用户VIP等级配置
|
||||
|
||||
# 福利系统
|
||||
tt_welfare
|
||||
tt_welfare_monthly_recharges
|
||||
tt_welfare_record
|
||||
tt_welfare_vip_level
|
||||
|
||||
# 奖金
|
||||
tt_bonus 福利元信息
|
||||
tt_bonus_receive_record 福利领取记录
|
||||
|
||||
# 首充赠送
|
||||
tt_first_recharge
|
||||
|
||||
# 无用
|
||||
tt_replacement_record 汰换记录
|
||||
tt_ornament_yy yy市场的饰品信息
|
||||
tt_ornament_zbt zbt市场的饰品信息
|
||||
tt_box_open_chance 开箱机会,可以干掉
|
||||
tt_user_box_open_chance
|
||||
tt_user_label
|
||||
tt_game_mould 未知
|
||||
tt_game_mould_box 未知
|
||||
Reference in New Issue
Block a user