mirror of
https://github.com/knex/knex.git
synced 2025-07-10 02:20:51 +00:00
10 lines
131 B
JavaScript
10 lines
131 B
JavaScript
![]() |
// FunctionHelper
|
||
|
// -------
|
||
|
|
||
|
module.exports = {
|
||
|
|
||
|
now : function() {
|
||
|
return new this.client.Raw('CURRENT_TIMESTAMP');
|
||
|
}
|
||
|
|
||
|
};
|