*/ $installer = $this; /* @var $installer Mage_Sales_Model_Entity_Setup */ $installer->startSetup(); $installer->getConnection()->addColumn($installer->getTable('sales_quote_address'), 'save_in_address_book', 'tinyint(1) default 0 after `customer_id`'); $installer->addAttribute('quote_address', 'save_in_address_book', array('type'=>'static')); $installer->endSetup();