create table t(id int,v int )

go

alter table t ADD DEFAULT 0 FOR v

go

相关文章: