PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
knex
/
src
/
dialects
/
oracledb
const Utils = require('../oracle/utils'); function BlobHelper(columnName, value) { this.columnName = columnName; this.value = value; this.returning = false; } BlobHelper.prototype.toString = function() { return '[object BlobHelper:' + this.columnName + ']'; }; Utils.BlobHelper = BlobHelper; module.exports = Utils;
[-] utils.js
[edit]
[+]
..
[+]
schema
[-] index.js
[edit]
[+]
query
[-] transaction.js
[edit]