Should migration opt into varchar for mysql memory engine for text? #33170
Unanswered
imanghafoori1
asked this question in
General
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.
-
Since mysql memory engine does not support test/blob columns, migrations fail if they try to create a text column.
So isn't is nice to create a type of varchar with a big amount of limit behind the scenes as text? (Only if the engine is memory)
Beta Was this translation helpful? Give feedback.
All reactions