diff options
-rw-r--r-- | table_info.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/table_info.sql b/table_info.sql index c5544af..642723b 100644 --- a/table_info.sql +++ b/table_info.sql @@ -49,6 +49,13 @@ CREATE TABLE `exstats` ( PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; + +-- +-- Data for table `events` +-- + +INSERT INTO `exstats` VALUES (1,'NULL','NULL','NULL','NULL','NULL','NULL',1616448381); + -- -- Table structure for table `players` -- |