Skip to content

Commit

Permalink
feat: add support for nulls property for orderby method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 25, 2024
1 parent 4777edc commit b4af593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/querybuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ export interface OrderBy<Builder extends ChainableContract> {
columns: {
column: string | ChainableContract | RawBuilderContract | RawQuery
order?: 'asc' | 'desc'
nulls?: 'first' | 'last'
}[]
): Builder
}
Expand Down

0 comments on commit b4af593

Please sign in to comment.