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

Closed
Open
Created Jul 24, 2018 by 黄宽宽@huangkuankuanDeveloper

数据库加表

数据库:ucs

表名:trusted_vip

sql:

# 可信商家-会员表
CREATE TABLE `trusted_vip`(
	`id` int(11) PRIMARY KEY AUTO_INCREMENT,
	`user_id` int(11) DEFAULT 0 NOT NULL COMMENT '用户id',
	`operation` varchar(255) DEFAULT '' NOT NULL COMMENT '操作者',
	`create_time` timestamp not null default current_timestamp,
	`last_update_time` timestamp not null default current_timestamp on update current_timestamp
)engine =InnoDB default charset =utf8;
ALTER TABLE trusted_vip COMMENT = '可信商家-会员表';
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking