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

Closed
Open
Created May 31, 2018 by 姚坤@yaokDeveloper

数据表加字段

数据库:suqian

表名:my_disclose

sql:

alter table my_disclose add p_user_id int(11) not null default 0 after subject;
alter table my_disclose add shop_id int(11) not null default 0 after user_id;

表名:user

sql:

alter table user add type tinyint(1) not null default 1 comment '1代表企业用户,2代表个人用户'  after head_image
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking