PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
knex
/
src
// 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'); }; export default FunctionHelper;
[-] 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]