diff --git a/ProjectSourceCode/src/init_data/create.sql b/ProjectSourceCode/src/init_data/create.sql index e69de29..a5d6539 100644 --- a/ProjectSourceCode/src/init_data/create.sql +++ b/ProjectSourceCode/src/init_data/create.sql @@ -0,0 +1,4 @@ +CREATE TABLE users ( + username VARCHAR(50) PRIMARY KEY, + password CHAR(60) NOT NULL +); \ No newline at end of file