-
What is the difference between |
Beta Was this translation helpful? Give feedback.
Answered by
hishamco
Mar 16, 2023
Replies: 1 comment 1 reply
-
Seems that's why I saw |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
devlife
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alter()
can create or modifies the content item, whileApply()
updates the content item. That's why you will find thatApply()
used internally byAlter()
Seems that's why I saw
Alter()
has been used on almost the migrations