How to store BOOL values

With Postgres, I usualy use a NUMERIC(1,0) NOT NULL DEFAULT(0), and a BYTE in the dictionary. It works very well.

3 Likes