getVersion(), '1.0.1') < 0) { $connection = $setup->getConnection(); $connection->addColumn( $setup->getTable('banner_ipsupply'), 'url_redirect', [ 'type' => Table::TYPE_TEXT, 'length' => 255, 'nullable' => true, 'default' => '#', 'comment' => 'Banner url redirect' ] ); } } }