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
#2
mybb have add column func
My Plugins

PM only paid support
Reply
#3
Thanks buddy how to use it?
Reply
#4
look in that install
http://community.mybb.com/thread-165271-page-2.html
My Plugins

PM only paid support
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)