lib/ahnnotate/column.rb in ahnnotate-0.5.0 vs lib/ahnnotate/column.rb in ahnnotate-0.5.1
- old
+ new
@@ -8,11 +8,11 @@
map = Hash.new { |_self, k| k }
map["character varying"] = "varchar"
map["character"] = "char"
map["datetime"] = "timestamp"
map["double precision"] = "double"
- map["time with time zone"] = "time"
- map["time without time zone"] = "timetz"
+ map["time with time zone"] = "timetz"
+ map["time without time zone"] = "time"
map["timestamp with time zone"] = "timestamptz"
map["timestamp without time zone"] = "timestamp"
map
end
end