G'Day, I need to add several columns to a table that will basically holdTrue/False information.
In the past I have always handled this with a TEXT columndefaulted to N and being able to change to Y. But I'm curious now if this kind of information
is better handled with an INTEGER defaulted to 0 and using 1 as true.
Opinions? Jan

