json-schema-table
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "json-schema-table", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Creates and maintains a SQL table structure", | ||
@@ -5,0 +5,0 @@ "homepage": "", |
@@ -572,2 +572,3 @@ var _ = require('lodash'); | ||
break; | ||
case 'timestamp without time zone': | ||
case 'timestamp with time zone': | ||
@@ -574,0 +575,0 @@ property.type = 'datetime'; |
30108
728