33
44 Source Server : my-server
55 Source Server Type : MySQL
6- Source Server Version : 100703 (10.7.3-MariaDB-log)
6+ Source Server Version : 100703
77 Source Host : 127.0.0.1:3306
88 Source Schema : evm-scan
99
1010 Target Server Type : MySQL
11- Target Server Version : 100703 (10.7.3-MariaDB-log)
11+ Target Server Version : 100703
1212 File Encoding : 65001
1313
14- Date: 27 /02/2024 22:38 :30
14+ Date: 28 /02/2024 09:30 :30
1515*/
1616
1717SET NAMES utf8mb4;
@@ -34,7 +34,7 @@ CREATE TABLE `app_zkf_stat_daily_gas` (
3434 ` updated_at` datetime DEFAULT current_timestamp () COMMENT ' 更新时间' ,
3535 ` created_at` datetime DEFAULT current_timestamp () COMMENT ' 创建时间' ,
3636 PRIMARY KEY (` id` ) USING BTREE
37- ) ENGINE= InnoDB DEFAULT CHARSET= utf8mb4 COMMENT= ' zkf统计每周Gas ' ;
37+ ) ENGINE= InnoDB DEFAULT CHARSET= utf8mb4 COMMENT= ' zkf统计每日Gas ' ;
3838
3939-- ----------------------------
4040-- Table structure for app_zkf_stat_hours_gas
@@ -53,7 +53,7 @@ CREATE TABLE `app_zkf_stat_hours_gas` (
5353 ` updated_at` datetime DEFAULT current_timestamp () COMMENT ' 更新时间' ,
5454 ` created_at` datetime DEFAULT current_timestamp () COMMENT ' 创建时间' ,
5555 PRIMARY KEY (` id` ) USING BTREE
56- ) ENGINE= InnoDB DEFAULT CHARSET= utf8mb4 COMMENT= ' zkf统计每周Gas ' ;
56+ ) ENGINE= InnoDB DEFAULT CHARSET= utf8mb4 COMMENT= ' zkf统计每小时Gas ' ;
5757
5858-- ----------------------------
5959-- Table structure for app_zkf_stat_weekly_gas
0 commit comments