exports.seed = (knex, Promise) -> knex('tableName').insert({colName: 'rowValue'})