 
 
 
 
   ALTER TABLE `customer` ADD `total_contact_p` INT(9) NOT NULL DEFAULT '0' AFTER `total_non_contact`, ADD `total_contact_n` INT(9) NOT NULL DEFAULT '0' AFTER `total_contact_p`;
   
   
   
   
   
   
   