Hey, I'm having a problem, whenever I try to run the SQL query, I get this error:
Code:
Error
SQL-query :
ALTER TABLE user ADD starved smallint( 5 ) unsignedDEFAULT0 NOT NULL
MySQL said:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT0 NOT NULL' at line 1
What should I do? Also, what code should I use so that I can have a choice of either Miserable or Starved user when I want to ban? Could someone post the code here please! Thanks!
MGM out