diff --git a/README.md b/README.md index 895bff7..5f80c4c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This sample only contains 1 row per 100 real rows. There is only one table: ```sql -CREATE TABLE interactions ( +CREATE TABLE interaction ( id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY, identifier VARCHAR(7) NOT NULL, project VARCHAR(11) NOT NULL,