change SQL_CHAR() to char
Justin Hunter [Tue, 11 Aug 2009 02:40:21 +0000 (19:40 -0700)]
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',