class RuboCop::Rails::SchemaLoader::Table

def with_column?(name:)

def with_column?(name:)
  @columns.any? { |c| c.name == name }
end