File manager - Edit - /usr/local/lib/node_modules/knex-migrator/node_modules/knex/lib/seed/stub/js.stub
Back
exports.seed = function(knex) { // Deletes ALL existing entries return knex('table_name').del() .then(function () { // Inserts seed entries return knex('table_name').insert([ {id: 1, colName: 'rowValue1'}, {id: 2, colName: 'rowValue2'}, {id: 3, colName: 'rowValue3'} ]); }); };
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings