Skip to content

Commit 65121c6

Browse files
add support for "timestamp" type
1 parent ee9e345 commit 65121c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/support/docblocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ const typeMapping: Record<string, (string | RegExp)[]> = {
273273
/^macaddr(8)?$/,
274274
/^(long|medium)?text$/,
275275
/^(var)?char(acter)?( varying)??(\(\d+\))?$/,
276-
/^time(stamp)?\(\d+\)( (with|without) time zone)?$/,
276+
/^time(stamp)?(\(\d+\))?( (with|without) time zone)?$/,
277277
],
278278
};
279279

0 commit comments

Comments
 (0)