Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
web-php
web-php
  • 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 94
    • Merge requests 94
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • web-phpweb-php
  • Issues
  • #13

Closed
Open
Created Mar 11, 2022 by 王常春@wangchangchunDeveloper

公众号例行运营

ALTER TABLE `shuidi_data`.`tb_credit_butler_operate_record` 
ADD COLUMN `is_woa_sub` tinyint(4) UNSIGNED NOT NULL DEFAULT 1 COMMENT '是否关注公众号' AFTER `is_visit`,
ADD COLUMN `is_woa_unsub` tinyint(4) UNSIGNED NOT NULL DEFAULT 1 COMMENT '是否取消关公众号' AFTER `is_woa_sub`;
ALTER TABLE `shuidi_data`.`tb_credit_butler_operate_record` 
ADD COLUMN `month` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `user_id`;
Edited Mar 14, 2022 by 王常春
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking