Skip to content

Commit 4834354

Browse files
authored
fix: add missing keywords
Refs: #37
1 parent 9ac3f1c commit 4834354

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/keywords.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,15 @@ const KEYWORDS = [
8383
'PRIMARY',
8484
'CHAR',
8585
'DATETIME',
86+
'DECIMAL',
87+
'BINARY',
88+
'TIMESTAMP',
89+
'VARCHAR',
90+
'VARBINARY',
91+
'TINYBLOB',
92+
'TINYTEXT',
93+
'BLOB',
94+
'LONGTEXT',
8695
'NULL',
8796
'REFERENCES',
8897
'INDEX_LIST',

0 commit comments

Comments
 (0)