Problem in Traits\SpatieTranslatable\Sluggable
#350
-
Beta Was this translation helpful? Give feedback.
Answered by
pxpm
Jan 20, 2023
Replies: 1 comment
-
Hello @EGYWEB-Mohamed sorry for the late reply. 🙏 I think you can't easily fix it. Sorry 😞 Try asking uncle google, I am sorry I can't be more helpful. Anyway, from personal experience, the boost from 5.7 to 8.0 in mysql performance was something from other world, it's 100% worth the update. Cheers |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jcastroa87
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @EGYWEB-Mohamed sorry for the late reply. 🙏
I think you can't easily fix it. Sorry 😞
Either your db version does not support
json
columns (or operations with json columns even if json is supported), or it could be due tocollation
in database and/or engine (innodb/myisam etc).Try asking uncle google, I am sorry I can't be more helpful.
Anyway, from personal experience, the boost from 5.7 to 8.0 in mysql performance was something from other world, it's 100% worth the update.
Cheers