Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
S
shuidi-product-change
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • shuidi-product-change
  • Issues
  • #354

Closed
Open
Created Jun 02, 2021 by 姚坤@yaokDeveloper

短信运营跳转小程序统计

ucs.tb_register_msg_openid_phone_assoc


CREATE TABLE `tb_register_msg_openid_phone_assoc` (
 `id` int(11) NOT NULL AUTO_INCREMENT,
 `phone` varchar(32) NOT NULL,
 `openid` varchar(255) NOT NULL,
 `add_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
 `lastupdatetime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
 PRIMARY KEY (`id`),
 KEY `openid` (`openid`),
 KEY `phone` (`phone`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8



ALTER TABLE `tb_register_msg_send_log` ADD `open_mini` TINYINT(1) NOT NULL DEFAULT '0' COMMENT '是否打开小程序' AFTER `give_away`;

ALTER TABLE `tb_register_msg_send_log` ADD `mini_pay` TINYINT(1) NOT NULL DEFAULT '0' COMMENT '是否在小程序支付' AFTER `open_mini`;

ALTER TABLE `tb_register_msg_send_log` ADD `mini_subscription` TINYINT(1) NOT NULL DEFAULT '0' COMMENT '是否在小程序订阅' AFTER `mini_pay`;





ALTER TABLE `tb_register_msg_send_log_count` ADD `open_mini_count` INT(11) NOT NULL DEFAULT '0' COMMENT '打开小程序的量' AFTER `pay_count`;

ALTER TABLE `tb_register_msg_send_log_count` ADD `mini_pay_count` INT(11) NOT NULL DEFAULT '0' COMMENT '在小程序中支付的量' AFTER `open_mini_count`;

ALTER TABLE `tb_register_msg_send_log_count` ADD `mini_subscription_count` INT(11) NOT NULL DEFAULT '0' COMMENT '在小程序中订阅的量' AFTER `mini_pay_count`;
Edited Jun 02, 2021 by 姚坤
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking