diff --git a/WebGoat/DB_Scripts/create_webgoatcoins.sql b/WebGoat/DB_Scripts/create_webgoatcoins.sql index 930b90cc..36c54590 100644 --- a/WebGoat/DB_Scripts/create_webgoatcoins.sql +++ b/WebGoat/DB_Scripts/create_webgoatcoins.sql @@ -162,7 +162,7 @@ CREATE TABLE Products ( ); CREATE TABLE Comments( - commentNumber INTEGER NOT NULL, + commentNumber INTEGER NOT NULL AUTO_INCREMENT, productCode VARCHAR(15) NOT NULL, email VARCHAR(100) NOT NULL, comment TEXT NOT NULL,