Forum Moderators: coopster

Message Too Old, No Replies

Easy easy question (Field type)

         

wonderboy

11:46 am on Jul 4, 2004 (gmt 0)

10+ Year Member



Hi,

I have built a little MySQL / PHP forum, and was wandering how to incresae the storage of the main message from 255 characters to a lot more, which field type am I after?

Everything works fine, except for this!

Cheers,

W.

carneddau

11:57 am on Jul 4, 2004 (gmt 0)

10+ Year Member



Hi,

You need to use one of TEXT/MEDIUMTEXT/LONGTEXT data type as opposed to VARCHAR.

Cheers

wonderboy

12:14 pm on Jul 4, 2004 (gmt 0)

10+ Year Member



thank you please, I have to learn these field types =)

coopster

4:57 pm on Jul 4, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



This should help...
Column Types [dev.mysql.com]

jatar_k

5:21 pm on Jul 4, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



so should this ALTER TABLE [dev.mysql.com]