Skip to content

Commit

Permalink
feat: add type 'TIMESTAMP WITH TIME ZONE' field type (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
mingfang authored Dec 24, 2023
1 parent a3b78fe commit e500a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/util/js-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export function jsType(type) {
case 'DATE':
case 'TIMESTAMP':
case 'TIMESTAMPTZ':
case 'TIMESTAMP WITH TIME ZONE':
case 'TIME':
return 'date';
case 'BOOLEAN':
Expand Down

0 comments on commit e500a87

Please sign in to comment.