Thread: Shoutbox
View Single Post
  #21  
Old 3rd June 2015, 08:44
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default
Select your table then select the sql tab then add this line of sql code

Code:
ALTER TABLE `users` ADD `pirate` int(11) unsigned NOT NULL DEFAULT '0';
Reply With Quote