mod.class_eval  <<-RUBY, __FILE__, __LINE__ + 1
            def write_#{column}_identifier
              super and return if process_#{column}_upload || remove_#{column}
              self.#{column}_tmp = #{column}_cache if #{column}_cache
            end