When working with booleans at the moment I use:
    isActive  INTEGER NOT NULL CHECK(isActive in (0, 1))

Is this a good way, or would be using a CHAR with a check op 'T', or 'F' be
better?

-- 
Cecil Westerhof

Reply via email to