ALTER TABLE `purchase_transaction_details` ADD `is_used` TINYINT UNSIGNED NOT NULL DEFAULT '0' AFTER `sub_category`;