mirror of
https://github.com/knex/knex.git
synced 2025-07-11 19:11:26 +00:00
3 lines
84 B
Plaintext
3 lines
84 B
Plaintext
![]() |
|
||
|
exports.seed = (knex, Promise) ->
|
||
|
knex('tableName').insert({colName: 'rowValue'})
|