Skip to content

Commit 7bec7f1

Browse files
committed
fix: add collate type in column_ref
1 parent 102b96d commit 7bec7f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export interface ColumnRefItem {
106106
column: string | { expr: ValueExpr };
107107
options?: ExprList;
108108
loc?: LocationRange;
109+
collate?: { collate: CollateExpr };
109110
}
110111
export interface ColumnRefExpr {
111112
type: "expr";

0 commit comments

Comments
 (0)