ALTER TABLE Organization ADD isRestrictedToDomain bit default(0); UPDATE Organization set isRestrictedToDomain=0;