mirror of
https://github.com/knex/knex.git
synced 2025-07-10 02:20:51 +00:00
3 lines
84 B
Plaintext
3 lines
84 B
Plaintext
|
|
exports.seed = (knex, Promise) ->
|
|
knex('tableName').insert({colName: 'rowValue'}) |