change SQL_CHAR() to char
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Producer.pm
index 0e8183b..397ee0e 100644 (file)
@@ -37,7 +37,7 @@ class SQL::Translator::Producer {
             SQL_TYPE_TIMESTAMP() => 'timestamp without time zone',
             SQL_TYPE_TIMESTAMP_WITH_TIMEZONE() => 'timestamp',
             SQL_INTEGER()     => 'integer',
-            SQL_CHAR()        => 'character',
+            SQL_CHAR()        => 'char',
             SQL_VARCHAR()     => 'varchar',
             SQL_BIGINT()      => 'bigint',
             SQL_FLOAT()       => 'numeric',