[Slonik] Added UUID type to TypeNameIdentifierType (#42632)

This commit is contained in:
MrFragIT
2020-03-02 09:40:35 -08:00
committed by GitHub
parent f77a76d728
commit c59c876a6a
+2 -1
View File
@@ -35,7 +35,8 @@ export type TypeNameIdentifierType =
'int4' |
'json' |
'text' |
'timestamptz';
'timestamptz' |
'uuid';
export type SerializableValueType =
| string