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

Closed
Open
Created Feb 14, 2019 by 黄宽宽@huangkuankuanDeveloper

数据表加字段

数据库:ucs

表名:trusted_contact

sql:

# 修改商家联系人表 新增公司名和联系人邮箱字段
use ucs;
ALTER TABLE `trusted_contact` ADD `company_name` VARCHAR(255) NOT NULL DEFAULT '' COMMENT '公司名' AFTER `phone`;
ALTER TABLE `trusted_contact` ADD `email` VARCHAR(255) NOT NULL DEFAULT '' COMMENT '邮箱' AFTER `company_name`;
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking