05.09.2013, 20:29
ALTER TABLE "TableName" ADD "newfiledname" int(10) NOT NULL DEFAULT '0';
without quotes
example :
ALTER TABLE Users ADD Money int(10) NOT NULL DEFAULT '0';
hope it works
without quotes
example :
ALTER TABLE Users ADD Money int(10) NOT NULL DEFAULT '0';
hope it works