module.exports = {
  up: function (genericQuery) {
    return genericQuery(`
      CREATE TABLE IF NOT EXISTS migrations (
        id int(11) NOT NULL AUTO_INCREMENT,