'use strict'; exports.seed = function(knex, Promise) { knex('tableName').insert({colName: 'rowValue'}); };