import type { Knex } from 'knex';

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

export default {
  up: async (knex: Knex) => {

  },
};
