hey guys
i need to run this mysql code on my sites and i suspect some of them to have already this column
is there anything such if not exists for the bellow code ?!
ALTER TABLE `comments`
ADD COLUMN `active` int(1) NOT NULL DEFAULT '0' after `sid`,
im concerning this to prevent getting the duplicated column error !