Translate MS Access memo type to text in Producer::PostgreSQL
Dagfinn Ilmari Mannsåker [Wed, 10 Dec 2014 17:29:25 +0000 (17:29 +0000)]
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;