Skip to content

Commit 0addd60

Browse files
committed
Update data_type.js
For consistency :-)
1 parent 30b9119 commit 0addd60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/data_type.js

+2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ module.exports = {
33
STRING: 'string',
44
TEXT: 'text',
55
SMALLINT: 'smallint',
6+
BIGINT: 'bigint',
67
INTEGER: 'int',
8+
SMALL_INTEGER: 'smallint',
79
BIG_INTEGER: 'bigint',
810
REAL: 'real',
911
DATE: 'date',

0 commit comments

Comments
 (0)