The @JohnFx proposal is the perfect solution to the problem. However, you may be interested in learning how to prevent this from happening and, at the same time, solve other potential problems.
, , NULL 0, , , NULL . , NOT NULL:
ALTER TABLE tablename
ADD IsConfirmed bit NOT NULL
, NOT NULL , , , SQL Server NULL, , , . , NOT NULL:
ALTER TABLE tablename
ADD IsConfirmed bit NOT NULL
CONSTRAINT DF_tablename_IsConfirmed DEFAULT (0)
CONSTRAINT DF_tablename_IsConfirmed , DEAFULT (0), , , / . ( ) . (DF DEFAULT, , ) , . , .