Actualiser README.md

This commit is contained in:
2025-10-05 21:46:45 +00:00
parent 1fd914665e
commit 4daeb9570e

View File

@@ -7,7 +7,7 @@ This sample only contains 1 row per 100 real rows.
There is only one table: There is only one table:
```sql ```sql
CREATE TABLE interactions ( CREATE TABLE interaction (
id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY, id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY,
identifier VARCHAR(7) NOT NULL, identifier VARCHAR(7) NOT NULL,
project VARCHAR(11) NOT NULL, project VARCHAR(11) NOT NULL,