PDA

View Full Version : Adding A Boolean To My Column Type


tomyknoker
04-13-2007, 11: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?

Fumigator
04-13-2007, 07:35 PM
Define it as tinyint and use 1 and 0.