Click to See Complete Forum and Search --> : Adding A Boolean To My Column Type


tomyknoker
04-13-2007, 05:52 AM
I need to add a column in my database, which will be called 'MemberPackSent' basically I want to send out a pack to members, just wondering would I make this a Boolean? Do I need to specify the 'Length' or is a Boolean simply always 1 or 0?

russell
04-14-2007, 02:55 AM
what dbms?

tomyknoker
04-14-2007, 02:58 AM
It's MySQL...