Skip to content

Add support for selectable columns - #12520

Open
qdequippe wants to merge 1 commit into
doctrine:3.6.xfrom
qdequippe:column-selectable
Open

Add support for selectable columns#12520
qdequippe wants to merge 1 commit into
doctrine:3.6.xfrom
qdequippe:column-selectable

Conversation

@qdequippe

@qdequippe qdequippe commented Jun 29, 2026

Copy link
Copy Markdown

#6669

Like insertable and updatable add support for selectable column.


My use case: zero-downtime deployment

To ensure a zero-downtime deployment when removing a column, we need to ensure that the previous version of the code stops reading that column.

  • Phase 1: Set selectable, insertable, and updatable to false, then deploy the code.
  • Phase 2: Remove the property from the entity mapping and drop the column from the database (using Doctrine migrations, for example).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant