knex/lib/seed/stub/coffee.stub

3 lines
84 B
Plaintext
Raw Normal View History

2014-07-21 09:42:56 -04:00
exports.seed = (knex, Promise) ->
knex('tableName').insert({colName: 'rowValue'})