# File lib/generators/bootstrap/themed/themed_generator.rb, line 67
      def excluded_columns_pattern
        [
          /.*_checksum/,
          /.*_count/,
        ]
      end