Skip to content

Instantly share code, notes, and snippets.

@zaycker
Last active October 8, 2016 12:08
Show Gist options
  • Save zaycker/3e948785d38676671c5fa69f3f33fb3e to your computer and use it in GitHub Desktop.
Save zaycker/3e948785d38676671c5fa69f3f33fb3e to your computer and use it in GitHub Desktop.
tecdoc types
{
"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