Hi all, How do you default a boolean column to true in postgresql?The below command in postgres does not seem to work well in Omnis: CREATE TABLE p01_person ( p01_active_status boolean DEFAULT TRUE; Rgds, Martin.