Skip to content

Commit 00b66cc

Browse files
committed
feat: add column to syntaxContextType
1 parent 7b7cc1b commit 00b66cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/parser/common/basic-parser-types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ export enum SyntaxContextType {
3737
PROCEDURE = 'procedure',
3838
/** procedure name that will be created */
3939
PROCEDURE_CREATE = 'procedureCreate',
40+
/** column name */
41+
COLUMN = 'column',
42+
/** column name that will be created */
43+
COLUMN_CREATE = 'columnCreate',
4044
}
4145

4246
export interface WordRange {

0 commit comments

Comments
 (0)