Skip to content

Commit 6033248

Browse files
committed
Add json and jsonb types
Signed-off-by: Hiromu OCHIAI <[email protected]>
1 parent 8710b08 commit 6033248

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data_type.js

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ module.exports = {
1212
DATE_TIME: 'datetime',
1313
TIME: 'time',
1414
BLOB: 'blob',
15+
JSON: 'json',
16+
JSONB: 'jsonb',
1517
TIMESTAMP: 'timestamp',
1618
BINARY: 'binary',
1719
BOOLEAN: 'boolean',

0 commit comments

Comments
 (0)