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
  • #226

Closed
Open
Created Nov 02, 2018 by 黄宽宽@huangkuankuanDeveloper

数据表加字段

数据库:ucs

表名:tb_wiki_vip

sql:

ALTER TABLE `tb_wiki_vip` ADD `guide_count` TINYINT(1) UNSIGNED NOT NULL DEFAULT '1' COMMENT '引导信息,默认1(以前的百科用户或者已读引导信息),2代表未读' AFTER `lastupdatetime`;

ALTER TABLE `tb_wiki_vip` ADD `status` TINYINT(1) NOT NULL DEFAULT '1' COMMENT '百科状态:默认为1表示(以前的百科用户或者已开通),待审为2' AFTER `guide_count`;

ALTER TABLE `tb_wiki_vip` ADD `start_time` TIMESTAMP NULL DEFAULT NULL COMMENT '开始时间' AFTER `status`;

ALTER TABLE `tb_wiki_vip` ADD `expir_time` TIMESTAMP NULL DEFAULT NULL AFTER `start_time`;

ALTER TABLE `tb_wiki_vip` ADD `month` INT(5) NULL COMMENT '开通的月数' AFTER `lastupdatetime`;

ALTER TABLE `tb_wiki_vip` ADD `send_sms_time` TIMESTAMP NULL DEFAULT NULL COMMENT '短信发送时间' AFTER `expir_time`;
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking