We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30b9119 + 0addd60 commit 4cf1fdcCopy full SHA for 4cf1fdc
lib/data_type.js
@@ -3,7 +3,9 @@ module.exports = {
3
STRING: 'string',
4
TEXT: 'text',
5
SMALLINT: 'smallint',
6
+ BIGINT: 'bigint',
7
INTEGER: 'int',
8
+ SMALL_INTEGER: 'smallint',
9
BIG_INTEGER: 'bigint',
10
REAL: 'real',
11
DATE: 'date',
0 commit comments