PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
knex
/
lib
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; // FunctionHelper // ------- function FunctionHelper(client) { this.client = client; } FunctionHelper.prototype.now = function (precision) { if (typeof precision === 'number') { return this.client.raw(`CURRENT_TIMESTAMP(${precision})`); } return this.client.raw('CURRENT_TIMESTAMP'); }; var _default = FunctionHelper; exports.default = _default; module.exports = exports.default;
[-] helpers.js
[edit]
[+]
migrate
[+]
dialects
[-] raw.js
[edit]
[-] knex.js
[edit]
[+]
..
[+]
schema
[-] client.js
[edit]
[+]
seed
[-] index.js
[edit]
[+]
util
[+]
query
[-] ref.js
[edit]
[-] transaction.js
[edit]
[-] functionhelper.js
[edit]
[-] runner.js
[edit]
[-] interface.js
[edit]
[-] constants.js
[edit]
[-] logger.js
[edit]
[-] formatter.js
[edit]