Skip to content

Commit

Permalink
fn.now takes optionally a precision argument. (#3662)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcnr-hx committed Feb 13, 2020
1 parent b6f2952 commit 4ae8894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -1915,7 +1915,7 @@ declare namespace Knex {
}

interface FunctionHelper {
now(): Raw;
now(precision?: number): Raw;
}

interface EnumOptions {
Expand Down

0 comments on commit 4ae8894

Please sign in to comment.