Add new text column(if it not existed) with name yt_id
in table with alias aboutus/aboutus
defined in config.xml
/* @var $installer Mage_Core_Model_Resource_Setup */
$installer = $this;
$aboutusTable = $installer->getTable('aboutus/aboutus');
$connection = $installer->getConnection();