PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
knex
/
src
/
migrate
/
stub
exports.up = function(knex, Promise) { <% if (d.tableName) { %> return knex.schema.createTable("<%= d.tableName %>", function(t) { t.increments(); t.timestamp(); }); <% } %> }; exports.down = function(knex, Promise) { <% if (d.tableName) { %> return knex.schema.dropTable("<%= d.tableName %>"); <% } %> };
[-] knexfile-ts.stub
[edit]
[-] knexfile-eg.stub
[edit]
[+]
..
[-] coffee.stub
[edit]
[-] knexfile-ls.stub
[edit]
[-] ls.stub
[edit]
[-] knexfile-js.stub
[edit]
[-] eg.stub
[edit]
[-] js.stub
[edit]
[-] knexfile-coffee.stub
[edit]
[-] ts.stub
[edit]