-
How to change the model_id datatype to UUID? |
Beta Was this translation helpful? Give feedback.
Answered by
takielias
Nov 23, 2022
Replies: 1 comment
-
Solved !!! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
takielias
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved !!!
$table->morphs('model');
to
$table->uuidMorphs('model');