SyntaxFix
Write A Post
Hire A Developer
Questions
in mysql if you take VARCHAR then change it to TEXT bcoz its size is 65,535 and if you can already take TEXT the change it with LONGTEXT only if u need more then 65,535.
VARCHAR
TEXT
LONGTEXT
65,535
total size of LONGTEXT is 4,294,967,295 characters
4,294,967,295