how to add a column with a bool data type code example Example: add bool column in sql ALTER TABLE person add [AdminApproved] BIT default 'FALSE';