knex/lib/functionhelper.js
2014-08-14 18:02:50 -04:00

9 lines
129 B
JavaScript

// FunctionHelper
// -------
module.exports = {
now: function() {
return new this.client.Raw('CURRENT_TIMESTAMP');
}
};