UNPKG

@golemio/db-migrate

Version:

Database migration framework for node.js

13 lines (9 loc) 181 B
'use strict'; module.exports = () => `'use strict'; exports.migrate = async (db, opt) => { const type = opt.dbm.dataType; return null; }; exports._meta = { version: 2 };`;