I tried below code -
$installer = $this;
$installer->startSetup();
$installer->addAttribute("eav_attribute", "cv1_price", array("type"=>"decimal"));
$installer->addAttribute("eav_attribute", "cv1_shipping_cost", array("type"=>"decimal"));
$installer->endSetup();
But I want to add new attribute to all related table.