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

Closed
Open
Created Mar 25, 2017 by 互联网应用开发@wangqsMaintainer

删除tb_user字段

ALTER TABLE `tb_user`
  DROP `user_gender`,
  DROP `city`,
  DROP `user_desc`,
  DROP `org_code`,
  DROP `org_name`,
  DROP `has_bill`,
  DROP `user_domain`,
  DROP `expire_time`,
  DROP `rand_password`,
  DROP `user_qq`,
  DROP `user_cs_id`,
  DROP `user_cs_qq`,
  DROP `user_cs_name`,
  DROP `brand_report_num`,
  DROP `report_num`,
  DROP `owner_id`,
  DROP `applicant_name`,
  DROP `applicant_idcard`,
  DROP `applicant_mobile`,
  DROP `applicant_idcard_img`,
  DROP `applicant_authorization`,
  DROP `audit_status`,
  DROP `audit_time`,
  DROP `audit_info`,
  DROP `audit_reply`;
ALTER TABLE `ucs`.`tb_user` ADD INDEX (`phone`);
ALTER TABLE `ucs`.`tb_user` ADD UNIQUE (`user_weixin_id`);
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking