executeS('Describe `'._DB_PREFIX_.'st_social` `st_social`'); if(!is_array($field) || !count($field)) { if (!Db::getInstance()->Execute('ALTER TABLE `'._DB_PREFIX_.'st_social` ADD `new_window` tinyint(1) unsigned NOT NULL DEFAULT 1')) { $result &= false; } } return $result; }