Commit 13389fd4 authored by liming's avatar liming

系列赛淘汰赛主页数据

parent 78c4197b
...@@ -25748,8 +25748,8 @@ ...@@ -25748,8 +25748,8 @@
}, },
{ {
"objectType": "Table_MYSQL", "objectType": "Table_MYSQL",
"name": "series_round", "name": "series_match_player_record",
"comment": "系列赛", "comment": "系列赛比赛记录",
"engine": "InnoDB", "engine": "InnoDB",
"characterSet": "utf8mb4", "characterSet": "utf8mb4",
"collation": "utf8mb4_0900_ai_ci", "collation": "utf8mb4_0900_ai_ci",
...@@ -25850,10 +25850,10 @@ ...@@ -25850,10 +25850,10 @@
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "name", "name": "round_id",
"type": "varchar", "type": "bigint",
"length": 255, "length": -2147483648,
"decimals": 0, "decimals": -2147483648,
"isUnsigned": false, "isUnsigned": false,
"isZeroFill": false, "isZeroFill": false,
"setEnumValues": "", "setEnumValues": "",
...@@ -25865,19 +25865,19 @@ ...@@ -25865,19 +25865,19 @@
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "轮次名称", "comment": "轮次id",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "name" "oldName": "round_id"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "type", "name": "match_id",
"type": "int", "type": "bigint",
"length": -2147483648, "length": -2147483648,
"decimals": -2147483648, "decimals": -2147483648,
"isUnsigned": false, "isUnsigned": false,
...@@ -25891,19 +25891,19 @@ ...@@ -25891,19 +25891,19 @@
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "类型 10 预选赛 20 淘汰赛", "comment": "比赛id",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "type" "oldName": "match_id"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "start_time", "name": "player_id",
"type": "datetime", "type": "bigint",
"length": -2147483648, "length": -2147483648,
"decimals": -2147483648, "decimals": -2147483648,
"isUnsigned": false, "isUnsigned": false,
...@@ -25917,21 +25917,21 @@ ...@@ -25917,21 +25917,21 @@
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "开始时间", "comment": "玩家id",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "start_time" "oldName": "player_id"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "map", "name": "entry_time",
"type": "varchar", "type": "datetime",
"length": 255, "length": -2147483648,
"decimals": 0, "decimals": -2147483648,
"isUnsigned": false, "isUnsigned": false,
"isZeroFill": false, "isZeroFill": false,
"setEnumValues": "", "setEnumValues": "",
...@@ -25939,25 +25939,25 @@ ...@@ -25939,25 +25939,25 @@
"charset": "", "charset": "",
"collation": "", "collation": "",
"isNullable": true, "isNullable": true,
"defaultType": "Others", "defaultType": "Null",
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "地图key", "comment": "比赛进入时间",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "map" "oldName": "entry_time"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "path", "name": "finish_time",
"type": "varchar", "type": "datetime",
"length": 255, "length": -2147483648,
"decimals": 0, "decimals": -2147483648,
"isUnsigned": false, "isUnsigned": false,
"isZeroFill": false, "isZeroFill": false,
"setEnumValues": "", "setEnumValues": "",
...@@ -25965,25 +25965,25 @@ ...@@ -25965,25 +25965,25 @@
"charset": "", "charset": "",
"collation": "", "collation": "",
"isNullable": true, "isNullable": true,
"defaultType": "Others", "defaultType": "Null",
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "赛道key", "comment": "比赛完成时间",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "path" "oldName": "finish_time"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "distance", "name": "duration",
"type": "decimal", "type": "int",
"length": 18, "length": -2147483648,
"decimals": 2, "decimals": -2147483648,
"isUnsigned": false, "isUnsigned": false,
"isZeroFill": false, "isZeroFill": false,
"setEnumValues": "", "setEnumValues": "",
...@@ -25995,21 +25995,21 @@ ...@@ -25995,21 +25995,21 @@
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "总长度", "comment": "比赛用时(秒)",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "distance" "oldName": "duration"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "climb_distance", "name": "match_rank",
"type": "decimal", "type": "int",
"length": 18, "length": -2147483648,
"decimals": 2, "decimals": -2147483648,
"isUnsigned": false, "isUnsigned": false,
"isZeroFill": false, "isZeroFill": false,
"setEnumValues": "", "setEnumValues": "",
...@@ -26017,25 +26017,25 @@ ...@@ -26017,25 +26017,25 @@
"charset": "", "charset": "",
"collation": "", "collation": "",
"isNullable": true, "isNullable": true,
"defaultType": "Others", "defaultType": "Null",
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "爬坡高度", "comment": "比赛名次",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "climb_distance" "oldName": "match_rank"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "chance", "name": "distance",
"type": "int", "type": "decimal",
"length": -2147483648, "length": 18,
"decimals": -2147483648, "decimals": 2,
"isUnsigned": false, "isUnsigned": false,
"isZeroFill": false, "isZeroFill": false,
"setEnumValues": "", "setEnumValues": "",
...@@ -26043,25 +26043,25 @@ ...@@ -26043,25 +26043,25 @@
"charset": "", "charset": "",
"collation": "", "collation": "",
"isNullable": true, "isNullable": true,
"defaultType": "Others", "defaultType": "Null",
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "机会次数", "comment": "骑行总长度",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "chance" "oldName": "distance"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "status", "name": "climb_distance",
"type": "int", "type": "decimal",
"length": -2147483648, "length": 18,
"decimals": -2147483648, "decimals": 2,
"isUnsigned": false, "isUnsigned": false,
"isZeroFill": false, "isZeroFill": false,
"setEnumValues": "", "setEnumValues": "",
...@@ -26069,25 +26069,25 @@ ...@@ -26069,25 +26069,25 @@
"charset": "", "charset": "",
"collation": "", "collation": "",
"isNullable": true, "isNullable": true,
"defaultType": "Others", "defaultType": "Null",
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "状态 10 未发布 20 已发布", "comment": "爬坡距离",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "status" "oldName": "climb_distance"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "started", "name": "avg_ftp",
"type": "bit", "type": "decimal",
"length": -2147483648, "length": 18,
"decimals": -2147483648, "decimals": 2,
"isUnsigned": false, "isUnsigned": false,
"isZeroFill": false, "isZeroFill": false,
"setEnumValues": "", "setEnumValues": "",
...@@ -26095,25 +26095,25 @@ ...@@ -26095,25 +26095,25 @@
"charset": "", "charset": "",
"collation": "", "collation": "",
"isNullable": true, "isNullable": true,
"defaultType": "Others", "defaultType": "Null",
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "是否开始", "comment": "平均功率",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "started" "oldName": "avg_ftp"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "finished", "name": "avg_speed",
"type": "bit", "type": "decimal",
"length": -2147483648, "length": 18,
"decimals": -2147483648, "decimals": 2,
"isUnsigned": false, "isUnsigned": false,
"isZeroFill": false, "isZeroFill": false,
"setEnumValues": "", "setEnumValues": "",
...@@ -26121,23 +26121,23 @@ ...@@ -26121,23 +26121,23 @@
"charset": "", "charset": "",
"collation": "", "collation": "",
"isNullable": true, "isNullable": true,
"defaultType": "Others", "defaultType": "Null",
"defaultValue": "0", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "轮次是否已完成", "comment": "平均速度",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "finished" "oldName": "avg_speed"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "result_confirm", "name": "calorie",
"type": "bit", "type": "int",
"length": -2147483648, "length": -2147483648,
"decimals": -2147483648, "decimals": -2147483648,
"isUnsigned": false, "isUnsigned": false,
...@@ -26151,21 +26151,21 @@ ...@@ -26151,21 +26151,21 @@
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "成绩是否确认", "comment": "卡路里",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "result_confirm" "oldName": "calorie"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "show_order", "name": "weight",
"type": "int", "type": "decimal",
"length": -2147483648, "length": 18,
"decimals": -2147483648, "decimals": 2,
"isUnsigned": false, "isUnsigned": false,
"isZeroFill": false, "isZeroFill": false,
"setEnumValues": "", "setEnumValues": "",
...@@ -26174,24 +26174,24 @@ ...@@ -26174,24 +26174,24 @@
"collation": "", "collation": "",
"isNullable": true, "isNullable": true,
"defaultType": "Others", "defaultType": "Others",
"defaultValue": "0", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "显示顺序", "comment": "体重",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "show_order" "oldName": "weight"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "version", "name": "one_minutes_ftp",
"type": "bigint", "type": "decimal",
"length": -2147483648, "length": 18,
"decimals": -2147483648, "decimals": 2,
"isUnsigned": false, "isUnsigned": false,
"isZeroFill": false, "isZeroFill": false,
"setEnumValues": "", "setEnumValues": "",
...@@ -26200,24 +26200,24 @@ ...@@ -26200,24 +26200,24 @@
"collation": "", "collation": "",
"isNullable": true, "isNullable": true,
"defaultType": "Others", "defaultType": "Others",
"defaultValue": "0", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "版本号", "comment": "1分钟平均最佳FTP",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "version" "oldName": "one_minutes_ftp"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "deleted", "name": "five_minutes_ftp",
"type": "tinyint", "type": "decimal",
"length": -2147483648, "length": 18,
"decimals": -2147483648, "decimals": 2,
"isUnsigned": false, "isUnsigned": false,
"isZeroFill": false, "isZeroFill": false,
"setEnumValues": "", "setEnumValues": "",
...@@ -26226,24 +26226,24 @@ ...@@ -26226,24 +26226,24 @@
"collation": "", "collation": "",
"isNullable": true, "isNullable": true,
"defaultType": "Others", "defaultType": "Others",
"defaultValue": "0", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "删除标记", "comment": "5分钟平均最佳FTP",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "deleted" "oldName": "five_minutes_ftp"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "create_by", "name": "twenty_minutes_ftp",
"type": "bigint", "type": "decimal",
"length": -2147483648, "length": 18,
"decimals": -2147483648, "decimals": 2,
"isUnsigned": false, "isUnsigned": false,
"isZeroFill": false, "isZeroFill": false,
"setEnumValues": "", "setEnumValues": "",
...@@ -26255,21 +26255,21 @@ ...@@ -26255,21 +26255,21 @@
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "创建人", "comment": "20分钟平均最佳FTP",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "create_by" "oldName": "twenty_minutes_ftp"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "create_time", "name": "one_minutes_wkg",
"type": "datetime", "type": "decimal",
"length": -2147483648, "length": 18,
"decimals": -2147483648, "decimals": 2,
"isUnsigned": false, "isUnsigned": false,
"isZeroFill": false, "isZeroFill": false,
"setEnumValues": "", "setEnumValues": "",
...@@ -26278,24 +26278,24 @@ ...@@ -26278,24 +26278,24 @@
"collation": "", "collation": "",
"isNullable": true, "isNullable": true,
"defaultType": "Others", "defaultType": "Others",
"defaultValue": "CURRENT_TIMESTAMP", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "创建时间", "comment": "1分钟平均最佳功体比",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "create_time" "oldName": "one_minutes_wkg"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "update_by", "name": "five_minutes_wkg",
"type": "bigint", "type": "decimal",
"length": -2147483648, "length": 18,
"decimals": -2147483648, "decimals": 2,
"isUnsigned": false, "isUnsigned": false,
"isZeroFill": false, "isZeroFill": false,
"setEnumValues": "", "setEnumValues": "",
...@@ -26307,21 +26307,21 @@ ...@@ -26307,21 +26307,21 @@
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "修改人", "comment": "5分钟平均最佳功体比",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "update_by" "oldName": "five_minutes_wkg"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "update_time", "name": "twenty_minutes_wkg",
"type": "datetime", "type": "decimal",
"length": -2147483648, "length": 18,
"decimals": -2147483648, "decimals": 2,
"isUnsigned": false, "isUnsigned": false,
"isZeroFill": false, "isZeroFill": false,
"setEnumValues": "", "setEnumValues": "",
...@@ -26330,51 +26330,212 @@ ...@@ -26330,51 +26330,212 @@
"collation": "", "collation": "",
"isNullable": true, "isNullable": true,
"defaultType": "Others", "defaultType": "Others",
"defaultValue": "CURRENT_TIMESTAMP", "defaultValue": "",
"isOnUpdateCurrentTimestamp": true, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "修改时间", "comment": "20分钟平均最佳功体比",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "update_time" "oldName": "twenty_minutes_wkg"
} },
], {
"indexes": [], "objectType": "TableField_MYSQL",
"primaryKey": { "name": "score",
"objectType": "PrimaryKey_MYSQL", "type": "decimal",
"name": "", "length": 18,
"fields": [ "decimals": 2,
{ "isUnsigned": false,
"objectType": "IndexField_MYSQL", "isZeroFill": false,
"name": "id", "setEnumValues": "",
"keyLength": 0, "isBinary": false,
"order": "", "charset": "",
"oldName": "id" "collation": "",
}, "isNullable": true,
{ "defaultType": "Others",
"objectType": "IndexField_MYSQL", "defaultValue": "",
"name": "", "isOnUpdateCurrentTimestamp": false,
"keyLength": 0, "isAutoInc": false,
"order": "", "comment": "得分",
"oldName": "" "columnFormat": "",
}, "storage": "",
{ "isVirtual": false,
"objectType": "IndexField_MYSQL", "isGeneratedAlways": false,
"name": "", "virtualExpr": "",
"keyLength": 0, "virtualType": "",
"order": "", "oldName": "score"
"oldName": "" },
}, {
"objectType": "TableField_MYSQL",
"name": "praise_num",
"type": "int",
"length": 0,
"decimals": 0,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "获攒数量",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "praise_num"
},
{
"objectType": "TableField_MYSQL",
"name": "status",
"type": "tinyint",
"length": 4,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Null",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "比赛状态10:未完成比赛 20:完成比赛",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "status"
},
{
"objectType": "TableField_MYSQL",
"name": "result_confirm_status",
"type": "int",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "成绩确认状态 10 待确认 20 无效 30已确认未晋级 40晋级",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "result_confirm_status"
},
{
"objectType": "TableField_MYSQL",
"name": "finished",
"type": "bit",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "0",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "是否结束",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "finished"
},
{
"objectType": "TableField_MYSQL",
"name": "create_time",
"type": "datetime",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "CURRENT_TIMESTAMP",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "创建时间",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "create_time"
},
{
"objectType": "TableField_MYSQL",
"name": "update_time",
"type": "datetime",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "CURRENT_TIMESTAMP",
"isOnUpdateCurrentTimestamp": true,
"isAutoInc": false,
"comment": "修改时间",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "update_time"
}
],
"indexes": [],
"primaryKey": {
"objectType": "PrimaryKey_MYSQL",
"name": "",
"fields": [
{ {
"objectType": "IndexField_MYSQL", "objectType": "IndexField_MYSQL",
"name": "", "name": "id",
"keyLength": 0, "keyLength": 0,
"order": "", "order": "",
"oldName": "" "oldName": "id"
}, },
{ {
"objectType": "IndexField_MYSQL", "objectType": "IndexField_MYSQL",
...@@ -26583,8 +26744,8 @@ ...@@ -26583,8 +26744,8 @@
}, },
{ {
"objectType": "Table_MYSQL", "objectType": "Table_MYSQL",
"name": "series_match_player_record", "name": "series_match_finalists",
"comment": "系列赛比赛记录", "comment": "系列赛具体比赛入围列表",
"engine": "InnoDB", "engine": "InnoDB",
"characterSet": "utf8mb4", "characterSet": "utf8mb4",
"collation": "utf8mb4_0900_ai_ci", "collation": "utf8mb4_0900_ai_ci",
...@@ -26659,7 +26820,7 @@ ...@@ -26659,7 +26820,7 @@
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "series_id", "name": "match_id",
"type": "bigint", "type": "bigint",
"length": -2147483648, "length": -2147483648,
"decimals": -2147483648, "decimals": -2147483648,
...@@ -26674,14 +26835,14 @@ ...@@ -26674,14 +26835,14 @@
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "系列赛id", "comment": "系列赛比赛id",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "series_id" "oldName": "match_id"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
...@@ -26711,7 +26872,7 @@ ...@@ -26711,7 +26872,7 @@
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "match_id", "name": "sport_user_id",
"type": "bigint", "type": "bigint",
"length": -2147483648, "length": -2147483648,
"decimals": -2147483648, "decimals": -2147483648,
...@@ -26726,19 +26887,19 @@ ...@@ -26726,19 +26887,19 @@
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "比赛id", "comment": "入围玩家id",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "match_id" "oldName": "sport_user_id"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "player_id", "name": "start_order",
"type": "bigint", "type": "int",
"length": -2147483648, "length": -2147483648,
"decimals": -2147483648, "decimals": -2147483648,
"isUnsigned": false, "isUnsigned": false,
...@@ -26752,19 +26913,19 @@ ...@@ -26752,19 +26913,19 @@
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "玩家id", "comment": "位置序列",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "player_id" "oldName": "start_order"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "entry_time", "name": "version",
"type": "datetime", "type": "bigint",
"length": -2147483648, "length": -2147483648,
"decimals": -2147483648, "decimals": -2147483648,
"isUnsigned": false, "isUnsigned": false,
...@@ -26774,23 +26935,23 @@ ...@@ -26774,23 +26935,23 @@
"charset": "", "charset": "",
"collation": "", "collation": "",
"isNullable": true, "isNullable": true,
"defaultType": "Null", "defaultType": "Others",
"defaultValue": "", "defaultValue": "0",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "比赛进入时间", "comment": "版本号",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "entry_time" "oldName": "version"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "finish_time", "name": "deleted",
"type": "datetime", "type": "tinyint",
"length": -2147483648, "length": -2147483648,
"decimals": -2147483648, "decimals": -2147483648,
"isUnsigned": false, "isUnsigned": false,
...@@ -26800,465 +26961,23 @@ ...@@ -26800,465 +26961,23 @@
"charset": "", "charset": "",
"collation": "", "collation": "",
"isNullable": true, "isNullable": true,
"defaultType": "Null",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "比赛完成时间",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "finish_time"
},
{
"objectType": "TableField_MYSQL",
"name": "duration",
"type": "int",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Null",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "比赛用时(秒)",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "duration"
},
{
"objectType": "TableField_MYSQL",
"name": "match_rank",
"type": "int",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Null",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "比赛名次",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "match_rank"
},
{
"objectType": "TableField_MYSQL",
"name": "distance",
"type": "decimal",
"length": 18,
"decimals": 2,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Null",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "骑行总长度",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "distance"
},
{
"objectType": "TableField_MYSQL",
"name": "climb_distance",
"type": "decimal",
"length": 18,
"decimals": 2,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Null",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "爬坡距离",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "climb_distance"
},
{
"objectType": "TableField_MYSQL",
"name": "avg_ftp",
"type": "decimal",
"length": 18,
"decimals": 2,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Null",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "平均功率",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "avg_ftp"
},
{
"objectType": "TableField_MYSQL",
"name": "avg_speed",
"type": "decimal",
"length": 18,
"decimals": 2,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Null",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "平均速度",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "avg_speed"
},
{
"objectType": "TableField_MYSQL",
"name": "calorie",
"type": "int",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "卡路里",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "calorie"
},
{
"objectType": "TableField_MYSQL",
"name": "weight",
"type": "decimal",
"length": 18,
"decimals": 2,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others", "defaultType": "Others",
"defaultValue": "", "defaultValue": "0",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "体重",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "weight"
},
{
"objectType": "TableField_MYSQL",
"name": "one_minutes_ftp",
"type": "decimal",
"length": 18,
"decimals": 2,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "1分钟平均最佳FTP",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "one_minutes_ftp"
},
{
"objectType": "TableField_MYSQL",
"name": "five_minutes_ftp",
"type": "decimal",
"length": 18,
"decimals": 2,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "5分钟平均最佳FTP",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "five_minutes_ftp"
},
{
"objectType": "TableField_MYSQL",
"name": "twenty_minutes_ftp",
"type": "decimal",
"length": 18,
"decimals": 2,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "20分钟平均最佳FTP",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "twenty_minutes_ftp"
},
{
"objectType": "TableField_MYSQL",
"name": "one_minutes_wkg",
"type": "decimal",
"length": 18,
"decimals": 2,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "1分钟平均最佳功体比",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "one_minutes_wkg"
},
{
"objectType": "TableField_MYSQL",
"name": "five_minutes_wkg",
"type": "decimal",
"length": 18,
"decimals": 2,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "5分钟平均最佳功体比",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "five_minutes_wkg"
},
{
"objectType": "TableField_MYSQL",
"name": "twenty_minutes_wkg",
"type": "decimal",
"length": 18,
"decimals": 2,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "20分钟平均最佳功体比",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "twenty_minutes_wkg"
},
{
"objectType": "TableField_MYSQL",
"name": "score",
"type": "decimal",
"length": 18,
"decimals": 2,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "得分",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "score"
},
{
"objectType": "TableField_MYSQL",
"name": "praise_num",
"type": "int",
"length": 0,
"decimals": 0,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "获攒数量",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "praise_num"
},
{
"objectType": "TableField_MYSQL",
"name": "status",
"type": "tinyint",
"length": 4,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Null",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "比赛状态10:未完成比赛 20:完成比赛", "comment": "删除标记",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "status" "oldName": "deleted"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "result_confirm_status", "name": "create_by",
"type": "int", "type": "bigint",
"length": -2147483648, "length": -2147483648,
"decimals": -2147483648, "decimals": -2147483648,
"isUnsigned": false, "isUnsigned": false,
...@@ -27272,19 +26991,19 @@ ...@@ -27272,19 +26991,19 @@
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "成绩确认状态 10 待确认 20 无效 30已确认未晋级 40晋级", "comment": "创建人",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "result_confirm_status" "oldName": "create_by"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "finished", "name": "create_time",
"type": "bit", "type": "datetime",
"length": -2147483648, "length": -2147483648,
"decimals": -2147483648, "decimals": -2147483648,
"isUnsigned": false, "isUnsigned": false,
...@@ -27295,22 +27014,22 @@ ...@@ -27295,22 +27014,22 @@
"collation": "", "collation": "",
"isNullable": true, "isNullable": true,
"defaultType": "Others", "defaultType": "Others",
"defaultValue": "0", "defaultValue": "CURRENT_TIMESTAMP",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "是否结束", "comment": "创建时间",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "finished" "oldName": "create_time"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "create_time", "name": "update_by",
"type": "datetime", "type": "bigint",
"length": -2147483648, "length": -2147483648,
"decimals": -2147483648, "decimals": -2147483648,
"isUnsigned": false, "isUnsigned": false,
...@@ -27321,17 +27040,17 @@ ...@@ -27321,17 +27040,17 @@
"collation": "", "collation": "",
"isNullable": true, "isNullable": true,
"defaultType": "Others", "defaultType": "Others",
"defaultValue": "CURRENT_TIMESTAMP", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "创建时间", "comment": "修改人",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "create_time" "oldName": "update_by"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
...@@ -27484,83 +27203,6 @@ ...@@ -27484,83 +27203,6 @@
"order": "", "order": "",
"oldName": "" "oldName": ""
}, },
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{ {
"objectType": "IndexField_MYSQL", "objectType": "IndexField_MYSQL",
"name": "", "name": "",
...@@ -27579,8 +27221,8 @@ ...@@ -27579,8 +27221,8 @@
}, },
{ {
"objectType": "Table_MYSQL", "objectType": "Table_MYSQL",
"name": "series_match_finalists", "name": "series_round",
"comment": "系列赛具体比赛入围列表", "comment": "系列赛",
"engine": "InnoDB", "engine": "InnoDB",
"characterSet": "utf8mb4", "characterSet": "utf8mb4",
"collation": "utf8mb4_0900_ai_ci", "collation": "utf8mb4_0900_ai_ci",
...@@ -27629,8 +27271,268 @@ ...@@ -27629,8 +27271,268 @@
"fields": [ "fields": [
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "id", "name": "id",
"type": "bigint", "type": "bigint",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": false,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": true,
"comment": "主键",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "id"
},
{
"objectType": "TableField_MYSQL",
"name": "series_id",
"type": "bigint",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "系列赛id",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "series_id"
},
{
"objectType": "TableField_MYSQL",
"name": "pre_round_id",
"type": "bigint",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "上轮次id",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "pre_round_id"
},
{
"objectType": "TableField_MYSQL",
"name": "name",
"type": "varchar",
"length": 255,
"decimals": 0,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "轮次名称",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "name"
},
{
"objectType": "TableField_MYSQL",
"name": "type",
"type": "int",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "类型 10 预选赛 20 淘汰赛",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "type"
},
{
"objectType": "TableField_MYSQL",
"name": "start_time",
"type": "datetime",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "开始时间",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "start_time"
},
{
"objectType": "TableField_MYSQL",
"name": "map",
"type": "varchar",
"length": 255,
"decimals": 0,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "地图key",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "map"
},
{
"objectType": "TableField_MYSQL",
"name": "path",
"type": "varchar",
"length": 255,
"decimals": 0,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "赛道key",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "path"
},
{
"objectType": "TableField_MYSQL",
"name": "distance",
"type": "decimal",
"length": 18,
"decimals": 2,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Null",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "总长度",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "distance"
},
{
"objectType": "TableField_MYSQL",
"name": "climb_distance",
"type": "decimal",
"length": 18,
"decimals": 2,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "爬坡高度",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "climb_distance"
},
{
"objectType": "TableField_MYSQL",
"name": "chance",
"type": "int",
"length": -2147483648, "length": -2147483648,
"decimals": -2147483648, "decimals": -2147483648,
"isUnsigned": false, "isUnsigned": false,
...@@ -27639,24 +27541,24 @@ ...@@ -27639,24 +27541,24 @@
"isBinary": false, "isBinary": false,
"charset": "", "charset": "",
"collation": "", "collation": "",
"isNullable": false, "isNullable": true,
"defaultType": "Others", "defaultType": "Others",
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": true, "isAutoInc": false,
"comment": "主键", "comment": "机会次数",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "id" "oldName": "chance"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "match_id", "name": "status",
"type": "bigint", "type": "int",
"length": -2147483648, "length": -2147483648,
"decimals": -2147483648, "decimals": -2147483648,
"isUnsigned": false, "isUnsigned": false,
...@@ -27670,19 +27572,19 @@ ...@@ -27670,19 +27572,19 @@
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "系列赛比赛id", "comment": "状态 10 未发布 20 已发布",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "match_id" "oldName": "status"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "round_id", "name": "started",
"type": "bigint", "type": "bit",
"length": -2147483648, "length": -2147483648,
"decimals": -2147483648, "decimals": -2147483648,
"isUnsigned": false, "isUnsigned": false,
...@@ -27696,19 +27598,45 @@ ...@@ -27696,19 +27598,45 @@
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "轮次id", "comment": "是否开始",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "round_id" "oldName": "started"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "sport_user_id", "name": "finished",
"type": "bigint", "type": "bit",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "0",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "轮次是否已完成",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "finished"
},
{
"objectType": "TableField_MYSQL",
"name": "result_confirm",
"type": "bit",
"length": -2147483648, "length": -2147483648,
"decimals": -2147483648, "decimals": -2147483648,
"isUnsigned": false, "isUnsigned": false,
...@@ -27722,18 +27650,18 @@ ...@@ -27722,18 +27650,18 @@
"defaultValue": "", "defaultValue": "",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "入围玩家id", "comment": "成绩是否确认",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "sport_user_id" "oldName": "result_confirm"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
"name": "start_order", "name": "show_order",
"type": "int", "type": "int",
"length": -2147483648, "length": -2147483648,
"decimals": -2147483648, "decimals": -2147483648,
...@@ -27745,17 +27673,17 @@ ...@@ -27745,17 +27673,17 @@
"collation": "", "collation": "",
"isNullable": true, "isNullable": true,
"defaultType": "Others", "defaultType": "Others",
"defaultValue": "", "defaultValue": "0",
"isOnUpdateCurrentTimestamp": false, "isOnUpdateCurrentTimestamp": false,
"isAutoInc": false, "isAutoInc": false,
"comment": "位置序列", "comment": "显示顺序",
"columnFormat": "", "columnFormat": "",
"storage": "", "storage": "",
"isVirtual": false, "isVirtual": false,
"isGeneratedAlways": false, "isGeneratedAlways": false,
"virtualExpr": "", "virtualExpr": "",
"virtualType": "", "virtualType": "",
"oldName": "start_order" "oldName": "show_order"
}, },
{ {
"objectType": "TableField_MYSQL", "objectType": "TableField_MYSQL",
...@@ -28038,6 +27966,104 @@ ...@@ -28038,6 +27966,104 @@
"order": "", "order": "",
"oldName": "" "oldName": ""
}, },
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{ {
"objectType": "IndexField_MYSQL", "objectType": "IndexField_MYSQL",
"name": "", "name": "",
...@@ -34,6 +34,11 @@ public class SeriesRound implements Serializable { ...@@ -34,6 +34,11 @@ public class SeriesRound implements Serializable {
*/ */
private Long seriesId; private Long seriesId;
/**
* 上轮次id
*/
private Long preRoundId;
/** /**
* 轮次名称 * 轮次名称
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment