Skip to content

Commit

Permalink
fix datatype
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Apr 24, 2024
1 parent e3da7fc commit 1f2311d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enimsql/private/datatype.nim
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ type
Timezone = "timez"
Timestamp = "timestamp"
## https://www.postgresql.org/docs/current/datatype-datetime.html
TimestampZ = "timestampz"
TimestampTz = "timestamptz"
TsQuery = "tsquery"
TsVector = "tsvector"

0 comments on commit 1f2311d

Please sign in to comment.