SQL table creation
#5

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
Reply


Messages In This Thread
SQL table creation - by Fernado Samuel - 05.09.2013, 17:22
Re: SQL table creation - by WopsS - 05.09.2013, 17:47
Re: SQL table creation - by Fernado Samuel - 05.09.2013, 17:53
Re: SQL table creation - by Tomer!.$ - 05.09.2013, 18:16
Re: SQL table creation - by MagedXp - 05.09.2013, 20:29
Re: SQL table creation - by Fernado Samuel - 05.09.2013, 20:52
AW: SQL table creation - by BigETI - 05.09.2013, 20:56

Forum Jump:


Users browsing this thread: 1 Guest(s)