if not exists(select * from syscolumns where id=object_id('t_output') and name='Extension' )begin alter table t_output alter column extension varchar(400)