UNPKG

node-sitefile

Version:

Bootstrap Express webserver for misc. resources using Sitefile

12 lines (6 loc) 188 B
exports.up = (knex, Promise) -> knex.schema.createTable( 'documents', (table) -> table.increments('id').primary() table.string('path') ) exports.down = (knex, Promise) ->