Preventing a column load on entity #11609
Unanswered
pkly
asked this question in
Support Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've been looking around and there doesn't seem to be a way to disable a select on a particular column.
We automated our migration testing to a certain point, and while removing a field from entity essentially acts the same as (selectable: false, updatable: false, insertable: false) it would in turn cause doctrine to detect a schema change.
Would such a feature be feasible, or is there a better way to prevent a column load?
Beta Was this translation helpful? Give feedback.
All reactions