Skip to content

Implement safe_change_column #128

@rkrage

Description

@rkrage

There are a subset of "binary-compatible" type conversions in Postgres such that changing a column type does not result in a table rewrite. In order to create a safe method for this, we'll need to have an allowlist of type conversions that are safe from both the perspective of Postgres and Rails.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions