Alright then!
 > database,sql,query,table
Which field type do I use for a simply checkbox Y,N?
Thanks

Any objection to this ?

cbcolumn enum ('Y', 'N') NOT NULL DEFAULT 'Y'

May not be the most space efficient, but its clear, self-documented and 
unambiguous.
It does what it says on the tin.

David.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to