提交 e323ef59 编写于 作者: J jialinsun

mofidy Cat.sql

上级 9b81e38a
...@@ -349,19 +349,19 @@ CREATE TABLE `operation` ( ...@@ -349,19 +349,19 @@ CREATE TABLE `operation` (
CREATE TABLE `app_command_data_1` ( CREATE TABLE `app_command_data_1` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '自增长ID', `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '自增长ID',
`period` date NOT NULL COMMENT '时间', `period` date NOT NULL COMMENT '时间',
`minute_order` smallint(6) NOT NULL COMMENT '分钟', `minute_order` smallint NOT NULL COMMENT '分钟',
`city` smallint(6) NOT NULL COMMENT '城市', `city` smallint NOT NULL COMMENT '城市',
`operator` tinyint(4) NOT NULL COMMENT '运营商', `operator` tinyint NOT NULL COMMENT '运营商',
`network` tinyint(4) NOT NULL COMMENT '网络类型', `network` tinyint NOT NULL COMMENT '网络类型',
`app_version` smallint(6) NOT NULL COMMENT '版本', `app_version` smallint NOT NULL COMMENT '版本',
`connect_type` tinyint(4) NOT NULL COMMENT '访问类型,是否长连接', `connect_type` tinyint NOT NULL COMMENT '访问类型,是否长连接',
`code` smallint(6) NOT NULL COMMENT '返回码', `code` smallint NOT NULL COMMENT '返回码',
`platform` tinyint(4) NOT NULL COMMENT '平台', `platform` tinyint NOT NULL COMMENT '平台',
`access_number` bigint(20) NOT NULL COMMENT '访问量', `access_number` bigint NOT NULL COMMENT '访问量',
`response_sum_time` bigint(20) NOT NULL COMMENT '响应时间大小', `response_sum_time` bigint NOT NULL COMMENT '响应时间大小',
`request_package` bigint(20) NOT NULL COMMENT '请求包大小', `request_package` bigint NOT NULL COMMENT '请求包大小',
`response_package` bigint(20) NOT NULL COMMENT '响应包大小', `response_package` bigint NOT NULL COMMENT '响应包大小',
`status` smallint(6) NOT NULL COMMENT '数据状态', `status` smallint NOT NULL COMMENT '数据状态',
`creation_date` datetime NOT NULL COMMENT '数据插入时间', `creation_date` datetime NOT NULL COMMENT '数据插入时间',
PRIMARY KEY (`id`), PRIMARY KEY (`id`),
UNIQUE KEY `IX_condition` (`period`,`minute_order`,`city`,`operator`,`network`,`app_version`,`connect_type`,`code`,`platform`) UNIQUE KEY `IX_condition` (`period`,`minute_order`,`city`,`operator`,`network`,`app_version`,`connect_type`,`code`,`platform`)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册