Add row to users table?
#1
How do I add row at the end of users table?

row name -> Rules
default value -> 0


query("ALTER TABLE `".TABLE_PREFIX."users` ADD `rules");

SOLVED!!!!!!
$db->query("ALTER TABLE ".TABLE_PREFIX."users ADD rules int NOT NULL default '1'");
Reply


Messages In This Thread
Add row to users table? - by marcus123 - 2015-09-04, 06:12 PM
RE: Add row to users table? - by Supryk - 2015-09-04, 08:56 PM
RE: Add row to users table? - by marcus123 - 2015-09-05, 12:12 PM
RE: Add row to users table? - by Supryk - 2015-09-05, 09:31 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)