UNPKG

knex-automigrate

Version:

Table schema based database migration tool, built on top of the knex.js

4 lines 195 B
import { Knex } from 'knex'; import { IndexData } from '../index'; export default function parseMySqlSchema(knex: Knex, tableName: string): Promise<IndexData>; //# sourceMappingURL=mysql.d.ts.map