Private Messages help.

Post here if you need help with SQL.
Post Reply
irfanh94
Posts: 26
Joined: Thu May 05, 2011 7:43 pm

Private Messages help.

Post by irfanh94 »

Can anyone explain me how ENUM working in mysql, and how to wirk with it. I need it for private messages.
Or does anyone know an tutorial with p.m. system with he/she learn from it. I searched on youtube, but nothing heled me.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Private Messages help.

Post by jacek »

An ENUM is a string object with a value chosen from a list of permitted values that are enumerated explicitly in the column specification at table creation time.


I'm pretty sure all the info you need will be here http://dev.mysql.com/doc/refman/5.0/en/enum.html
Image
irfanh94
Posts: 26
Joined: Thu May 05, 2011 7:43 pm

Re: Private Messages help.

Post by irfanh94 »

Thank you very much.
Post Reply