Hmm.. I got an error when running this query:
code:
CREATE TABLE w3t_Groupmods (
GM_Username varchar(30) NOT NULL,
GM_AddGroup tinyint(3) DEFAULT '3' NOT NULL,
GM_RemoveGroup carchar(1) NOT NULL,
KEY GM_Username (GM_Username)
);
I know in the instructions it says it will give an error but the table will be created correctly. But.. I checked, the table was not created. It gave this as a response:
[]You have an error in your SQL syntax near 'carchar(1) NOT NULL,
KEY GM_Username (GM_Username)
)' at line 4
[/]