1
ALTER TABLE `inventory` ADD `itemLocation` TINYINT( 1 ) DEFAULT '0'
ALTER TABLE `inventory` ADD `itemLocation` TINYINT( 1 ) DEFAULT '0';