Finished Login and Register Code
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE users (
|
||||
username VARCHAR(50) PRIMARY KEY,
|
||||
password CHAR(60) NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user