* @copyright 2007-2014 PrestaShop SA * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ function image_shop1510() { include_once(_PS_INSTALL_PATH_.'upgrade/php/generic_add_missing_column.php'); $column_to_add = array( 'cover' => 'TINYINT(1) UNSIGNED NOT NULL AFTER `id_shop`'); return generic_add_missing_column('image_shop', $column_to_add); }