IF not EXISTS( SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'DaryaftPardakht' AND COLUMN_NAME = 'PriceWage') begin alter table dbo.DaryaftPardakht add PriceWage decimal(19,4) null end