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