ALTER TABLE `user` ADD `status_icon` INT( 11 ) NOT NULL ,
ADD `status_text` VARCHAR( 150 ) NOT NULL;