maxudaskin Posted January 19, 2008 Share Posted January 19, 2008 What is the difference between LongBlob and LongText.. I know that the ones with Long in front of it allow for larger data inserts. Quote Link to comment https://forums.phpfreaks.com/topic/86719-solved-longblob-vs-longtext/ Share on other sites More sharing options...
awpti Posted January 19, 2008 Share Posted January 19, 2008 BLOBs are for Binary Large Objects. If you're storing binary data in your DB (stupid, for many reason), then BLOB would be the table type you want. Otherwise.. longtext. Quote Link to comment https://forums.phpfreaks.com/topic/86719-solved-longblob-vs-longtext/#findComment-443173 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.