Jump to content

MySQL timestamp question


LooieENG

Recommended Posts

Thanks. Also, just quickly, is there a significant difference between TEXT and BLOB, and is it better to use VARCHAR? I think I read something like text/blob will always be the same size, whereas varchar is as big as the data it contains plus one byte? Is this right?

 

And is this good for a blog post table?

 

id > tinyint

title > tinytext

content > text

user > varchar(32)

time > int

 

Thanks.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.