sql add column type bit code example Example: sql add column bit ALTER TABLE person add [AdminApproved] BIT default 'FALSE';