tags:

views:

33

answers:

1

im using doctrine and need to specify the length of a thread body (datatype: blob).

i wonder how many characters i should limit the user to type for a thread body?

what is normal?

thanks!

+2  A: 

The BLOB datatype is simply a binary large object, I am not sure if your question relates to the size or length of what they should type, or should be able to type.

Nullw0rm