|
|
@@ -11,7 +11,7 @@
|
|
|
Target Server Version : 80031
|
|
|
File Encoding : 65001
|
|
|
|
|
|
- Date: 23/11/2022 13:48:01
|
|
|
+ Date: 23/11/2022 14:08:48
|
|
|
*/
|
|
|
|
|
|
SET NAMES utf8mb4;
|
|
|
@@ -152,7 +152,7 @@ DROP TABLE IF EXISTS `t_history`;
|
|
|
CREATE TABLE `t_history` (
|
|
|
`chainId` int(0) NOT NULL,
|
|
|
`hash` varchar(70) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
|
|
|
- `timestamp` float NULL DEFAULT NULL,
|
|
|
+ `timestamp` double NULL DEFAULT NULL,
|
|
|
`other` json NULL,
|
|
|
`isBot` int(0) NULL DEFAULT NULL,
|
|
|
`isMev` int(0) NULL DEFAULT NULL,
|
|
|
@@ -171,7 +171,7 @@ CREATE TABLE `t_history` (
|
|
|
-- ----------------------------
|
|
|
-- Records of t_history
|
|
|
-- ----------------------------
|
|
|
-INSERT INTO `t_history` VALUES (1, '0x25fff6cc8a066a5132a9b2b37e0b1204a7a12b9669572104b4d58c971be07b8d', 1.23, '{}', 1, 1, '1', 'incomeStr', 'costStr', 'profitStr', 1668948403431, 1669176855916);
|
|
|
+INSERT INTO `t_history` VALUES (1, '0x25fff6cc8a066a5132a9b2b37e0b1204a7a12b9669572104b4d58c971be07b8d', 1.2300000190734863, '{}', 1, 1, '1', 'incomeStr', 'costStr', 'profitStr', 1668948403431, 1669176855916);
|
|
|
|
|
|
-- ----------------------------
|
|
|
-- Table structure for t_history_transfer
|
|
|
@@ -210,7 +210,7 @@ DROP TABLE IF EXISTS `t_pending`;
|
|
|
CREATE TABLE `t_pending` (
|
|
|
`chainId` int(0) NOT NULL,
|
|
|
`hash` varchar(70) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
|
|
|
- `timestamp` float NULL DEFAULT NULL,
|
|
|
+ `timestamp` double NULL DEFAULT NULL,
|
|
|
`other` json NULL,
|
|
|
`maybeBot` int(0) NULL DEFAULT NULL,
|
|
|
`ping` int(0) NULL DEFAULT NULL,
|
|
|
@@ -225,7 +225,7 @@ CREATE TABLE `t_pending` (
|
|
|
-- ----------------------------
|
|
|
-- Records of t_pending
|
|
|
-- ----------------------------
|
|
|
-INSERT INTO `t_pending` VALUES (1, '0x25fff6cc8a066a5132a9b2b37e0b1204a7a12b9669572104b4d58c971be07b8d', 1.23, '{}', 1, 1, 1668939009351, 1669176847056);
|
|
|
+INSERT INTO `t_pending` VALUES (1, '0x25fff6cc8a066a5132a9b2b37e0b1204a7a12b9669572104b4d58c971be07b8d', 1.2300000190734863, '{}', 1, 1, 1668939009351, 1669176847056);
|
|
|
|
|
|
-- ----------------------------
|
|
|
-- Table structure for t_pending_transfer
|