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