You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE userlist(id int PRIMARY KEY NOT NULL AUTO_INCREMENT, username nvarchar(30) NOT NULL, password varchar(128) NOT NULL, email varchar(30) default null, issign int default 0, isemail int default 0);