# File lib/spec/matchers/migration_matchers.rb, line 51
        def matches?(table)
          @table = table
          table.columns.map { |c| c.name }.include?(column_name.to_s)
        end