Quote:
Originally Posted by Delphiprogrammi
you need a slightly different query for the infraction system
Code:
ALTER TABLE user ADD warnings INT UNSIGNED NOT NULL DEFAULT '0';
*= don't forget table prefixes
|
Oops! Already done the query that was posted earlyer (ALTER TABLE user ADD warnings INT(5) DEFAULT '0'; ), when i try it again with the query you posted I got
Quote:
ALTER TABLE user ADD warnings INT UNSIGNED NOT NULL DEFAULT '0';
#1060 - Duplicate column name 'warnings'
|
What should I do?
Thank you