commit ae60eff1413e22f4144834657caae793653d931f from: mischa date: Sun Aug 28 14:50:08 2022 UTC fix formatting commit - d2d3c30b4aecc2fdee9aaa61e48abaeaec2a1fe1 commit + ae60eff1413e22f4144834657caae793653d931f blob - d6f240dff9c6b07ec6f9a02c3c59cefee44e03cf blob + 9361fc386fbaceefe8e4d9fa7e1b00da6ab55e0d --- README.md +++ README.md @@ -12,7 +12,7 @@ Database and table needed, build on MariaDB / MySQL: `timestamp` timestamp NOT NULL DEFAULT current_timestamp(), `ip` varchar(255) DEFAULT NULL, `count` int(11) NOT NULL, - PRIMARY KEY (`id`) + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1;