if not exists (select 0 from syscolumns where id=object_id('ktvmodule_class') and name='light') alter table ktvmodule_class add light int default(1)