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

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

数据库加表

数据库:ucs

表名:trusted_category

sql:

# 可信商家-商品分类表
CREATE TABLE `trusted_category`(
	`id` int(11) PRIMARY KEY AUTO_INCREMENT,
	`cate_name` varchar(50) DEFAULT '' NOT NULL COMMENT '分类名',
	`p_id` int(11) DEFAULT 0 NOT NULL COMMENT '父级ID',
	`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_category COMMENT = '可信商家-商品分类表';
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking