Skip to content

Commit

Permalink
add collate to the columnbuilder interface (#5568)
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lackner365 committed Jun 28, 2023
1 parent 2ed6988 commit d9f3333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Expand Up @@ -2647,6 +2647,7 @@ export declare namespace Knex {
constraintName?: string
): ColumnBuilder;
checkRegex(regex: string, constraintName?: string): ColumnBuilder;
collate(collation: string): ColumnBuilder;
}

interface ForeignConstraintBuilder {
Expand Down

0 comments on commit d9f3333

Please sign in to comment.