Given seeding file with some data.
exports.seed = function(knex) { return knex(\'table_name\').del() .then(function () { // Inserts seed entries