Jump to content
MakeWebGames

Forum posts


Recommended Posts

TEXT or BLOG

There's no such data type as "BLOG".

@OP: It depends, normally I would suggest LONGTEXT for forum posts, but TEXT type is treated as character set so they have a character set.

That's all fine if you plan on using one language throughout the posts, but if you plan on using Eastern languages I'd suggest BLOB, where data is treated as byte-strings.

Link to comment
Share on other sites

maybe he mixed blog with blob => binary large object which mysql support. On oracle you can also have clob which is character large object which on mysql is called text (tinytext,text, mediumtext or longtext)

I didn't know that, but I'll keep in mind when I work on an Oracle database(unlikely, since I dislike Oracle very much these days).

Thank you

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...