Skip to content
Snippets Groups Projects
Commit 6eefc75b authored by Allen Gilliland's avatar Allen Gilliland
Browse files

add support for a ":timestamp" type column to our postgres driver.

parent 912c8542
Branches
Tags
No related merge requests found
......@@ -16,6 +16,7 @@
:int4 :IntegerField
:serial :IntegerField
:text :TextField
:timestamp :DateTimeField
:timestamptz :DateTimeField
:varchar :TextField})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment