What is difference between longblob and longtext in mysql?
What should I use to save a long topic ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
BLOBs are for Binary Large Objects. If you’re storing binary data in your DB, then BLOB would be the table type you want. Otherwise.. longtext.
In your case longtext.