'use strict';

/**
 * Migration `{{ name }}`
 */

module.exports = {
  /**
   *
   * @param {import('knex').Knex} knex
   */
  async up(knex) {

  },
};
