How to prevent doctrine:migrations:diff modify a column? #10260
Answered
by
berkut1
berkut1
asked this question in
Support Questions
-
Hello, I'm doing a new projects and want to use So, is there a way to stop doctrine from touching some id columns when execute the command Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
berkut1
Jan 19, 2023
Replies: 1 comment
-
Okay, no one seems to know :)
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
berkut1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay, no one seems to know :)
I found a temporary solution with deprecated events, which should be enough if events not removed before DBAL 4 is released.