modifyColumn(TABLE_PREFIX . 'visitors', 'ip', 'VARCHAR(45) NOT NULL'); }; $down = function () { // nothing to be done, as we have just extended the size of a column };