ALTER TABLE hrsa_salary_template ADD COLUMN sms_status int;
UPDATE hrsa_salary_template SET msg_status = 1;