Skip to content

Commit

Permalink
feat: add type 'TIMESTAMP_NS' field type (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
frtennis1 authored Jan 1, 2024
1 parent 0b02127 commit 1faee8b
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 @@ -19,6 +19,7 @@ export function jsType(type) {
case 'TIMESTAMPTZ':
case 'TIMESTAMP WITH TIME ZONE':
case 'TIME':
case 'TIMESTAMP_NS':
return 'date';
case 'BOOLEAN':
return 'boolean';
Expand Down

0 comments on commit 1faee8b

Please sign in to comment.