startSetup(); $installer->run(" ALTER TABLE {$this->getTable('catalog_product_bundle_selection')} ADD COLUMN parent_product_id INT(10) UNSIGNED NOT NULL AFTER option_id; "); $installer->endSetup();