ALTER TABLE `pp_shop_orders` ADD COLUMN `trustmate_send` INT(11) NULL DEFAULT '0' AFTER `parsed`; UPDATE pp_shop_orders SET trustmate_send = 1