import type { Knex } from "knex" export async function up(knex: Knex): Promise { throw new Error("Not implemented") } export async function down(knex: Knex): Promise { throw new Error("Not implemented") }