We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c8b11 commit 0780720Copy full SHA for 0780720
src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt
@@ -6696,6 +6696,7 @@ List<String> CreateParameter():
6696
| tk=<K_TYPE> | tk=<K_COMMENT> | tk=<K_USING> | tk=<K_COLLATE> | tk=<K_ASC>
6697
| tk=<K_DESC> | tk=<K_TRUE> | tk=<K_FALSE> | tk=<K_PARALLEL> | tk=<K_BINARY> | tk=<K_START>
6698
| tk=<K_TIME_KEY_EXPR> | tk=<K_RAW> | tk=<K_HASH> | tk=<K_FIRST> | tk=<K_LAST> | tk = <K_SIGNED> | tk = <K_UNSIGNED>
6699
+ | tk=<K_ENGINE>
6700
| tk="="
6701
)
6702
{ param.add(tk.image); }
0 commit comments