Hello I am having a table

table1
col1 (bit)


and i want to changethe col1 type for smallint

col1 (smallint)

true will be = 1
and false = 0

how can i do it ??
thank you