yes, we want column comments for SQLite
Justin Hunter [Wed, 10 Feb 2010 17:49:34 +0000 (09:49 -0800)]
lib/SQL/Translator/Parser/DDL/SQLite.pm

index 716e98e..0b0868f 100644 (file)
@@ -56,6 +56,7 @@ role SQL::Translator::Parser::DDL::SQLite {
                     default_value     => $fdata->{'default'},
                     is_auto_increment => $fdata->{'is_auto_inc'},
                     is_nullable       => $fdata->{'is_nullable'},
+                    comments          => $fdata->{'comments'},
                     table             => $table,
                 });
                 $table->add_column($field);