ALTER TABLE hrsa_salary_template ADD COLUMN sms_status int(0) NULL ;
UPDATE hrsa_salary_template SET msg_status = 1;