Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
web-php
web-php
  • 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 94
    • Merge requests 94
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • web-phpweb-php
  • Issues
  • #10

Closed
Open
Created Jul 19, 2019 by 朱健华@jianhuaDeveloper

代理商外链数据统计表

数据库:wiki

表名:tb_analysis_wiki_link_count_data

CREATE TABLE `tb_analysis_wiki_link_count_data` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `agent` varchar(500) NOT NULL DEFAULT '' COMMENT '代理商渠道',
  `num` int(11) NOT NULL DEFAULT '0' COMMENT '代理商审核通过的公司数量',
  `pass` int(11) NOT NULL DEFAULT '0' COMMENT '通过外链访问的公司数量',
  `pass_rate` decimal(4,2) NOT NULL DEFAULT '0.00' COMMENT '外链率',
  `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `last_update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `tb_analysis_wiki_link_count_data_cagent` (`agent`),
  KEY `create_date` (`create_time`),
  KEY `rate` (`pass_rate`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='代理商外链数据统计表';

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking