Last active
October 8, 2016 12:08
-
-
Save zaycker/3e948785d38676671c5fa69f3f33fb3e to your computer and use it in GitHub Desktop.
tecdoc types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bits(*)": "BIT(256)", | |
"blob": "bytea", | |
"datetime[yy:ms]": "timestamp", | |
"datetime[yy:dd]": "date", | |
"float": "real", | |
"tinyint": "SMALLINT", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment