/** * Migration cleared - replaced by new migration with correct data types */ exports.up = function(knex) { return knex.schema; }; exports.down = function(knex) { return knex.schema; };