startSetup(); $this->addAttribute(Mage_Catalog_Model_Category::ENTITY, 'external_id', array( 'group' => 'General Information', 'input' => 'text', 'type' => 'text', 'label' => 'External integration ID', 'backend' => '', 'visible' => true, 'required' => false, 'visible_on_front' => true, 'global' => Mage_Catalog_Model_Resource_Eav_Attribute::SCOPE_GLOBAL, )); $this->endSetup();