From: quel Date: Thu, 17 Dec 2009 15:14:06 +0000 (+0800) Subject: add tinytext X-Git-Url: http://git.neszt.hu/?a=commitdiff_plain;h=230759bf61d6e80762adc1f723e277674ae1ee24;p=mysql2postgres add tinytext --- diff --git a/mysql2psql b/mysql2psql index 029790e..f70725a 100755 --- a/mysql2psql +++ b/mysql2psql @@ -219,6 +219,8 @@ class PostgresWriter < Writer "boolean" when "blob" "bytea" + when "tinytext" + "text" when "mediumtext" "text" when "longtext"