Actualiser README.md

This commit is contained in:
2025-10-05 21:48:49 +00:00
parent 4daeb9570e
commit 84ae6f7a6c

View File

@@ -14,7 +14,7 @@ CREATE TABLE interaction (
framerate FLOAT NOT NULL, framerate FLOAT NOT NULL,
type VARCHAR(50) NOT NULL, type VARCHAR(50) NOT NULL,
count INT DEFAULT 0, count INT DEFAULT 0,
date DATETIME NOT NULL, date DATETIME(4) NOT NULL,
version VARCHAR(10) NOT NULL version VARCHAR(10) NOT NULL
); );
``` ```