how to insert column in a table type bit sql code example Example: sql add column bit ALTER TABLE person add [AdminApproved] BIT default 'FALSE';