Translate MS Access memo type to text in Producer::PostgreSQL
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / PostgreSQL.pm
index 2cd35dd..fb2f9d5 100644 (file)
@@ -85,6 +85,11 @@ BEGIN {
     # Sybase types
     #
     comment    => 'text',
+
+    #
+    # MS Access types
+    #
+    memo       => 'text',
 );
 
  $max_id_length = 62;