PR

くじCPガチャログ作成 #4134

wada opened this at 2025-06-16T17:51:14; closed

Description

opened by wada at 2025-06-16T17:51:14; updated 2025-06-16T18:02:04

概要

くじCPガチャ実行時に取得したアイテムをログ保存

ログテーブル

CREATE TABLE `log_campaign_quest_gacha` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `campaign_no` int(10) unsigned NOT NULL,
  `user_no` int(10) unsigned NOT NULL,
  `item_type` int(10) unsigned NOT NULL,
  `item_no` int(10) unsigned NOT NULL,
  `item_count` int(10) unsigned NOT NULL,
  `reg_date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

Comment

#41166 by wada at 2025-06-16T17:51:24; updated 2025-06-16T17:51:24

@kouho
レビューお願いします。

kouho add_label at 2025-06-16T18:01:59: 皇甫 LGTM
kouho merge at 2025-06-16T18:02:04: くじCPガチャログ作成
kouho close at 2025-06-16T18:02:04: Close

Commit range

baseeeba4e9cb4f1e1017ab8bf7cf5c92f6110d2e544
head791997a91875c574f4659b665a5451b3d64da5c3
base branchjolly/jr-web:master
head branchjolly/jr-web:log_campaign_quest_gacha

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed2 filesView patch
statusfile
addedlib/models/dao/log_campaign_quest_gacha.php
modifiedlib/public/Quest-CampaignGachaExec.inc
Patch body is stored as a separate file to keep this page lightweight.