# File lib/jdbc_adapter/jdbc_sqlite3.rb, line 44
      def init_column(name, default, *args)
        @default = '' if default =~ /NULL/
      end