Single Table Inheritance using a boolean column

Hi everybody,

Is it possible to use a boolean column to determine between classes
instead of a varchar one?
I need it because boolean is faster and takes up less space, and also
makes the SQL schema look better.

Erik