Skip to content

Add drop_column_if_exists #995

@ctron

Description

@ctron

The SeaORM migration manager right now has:

  • add_column and add_column_if_not_exists
  • drop_column

But not drop_column_if_exists. Despite PostgreSQL supporting this.

Motivation

If makes it easier to deal with certain cases where the column does or does not exist.

Proposed Solutions

Add drop_column_if_exists

Additional Information

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions