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