23 lines
427 B
MySQL
23 lines
427 B
MySQL
|
|
alter table hrsa_salary_send_info
|
||
|
|
add bill_read_status NUMBER null
|
||
|
|
/
|
||
|
|
|
||
|
|
alter table hrsa_salary_send_info
|
||
|
|
add bill_confirm_status NUMBER null
|
||
|
|
/
|
||
|
|
|
||
|
|
alter table hrsa_salary_send_info
|
||
|
|
add send_employee_id NUMBER(38,0) NULL
|
||
|
|
/
|
||
|
|
|
||
|
|
alter table hrsa_salary_template
|
||
|
|
add ack_feedback_status NUMBER NULL
|
||
|
|
/
|
||
|
|
|
||
|
|
alter table hrsa_salary_template
|
||
|
|
add auto_ack_days NUMBER NULL
|
||
|
|
/
|
||
|
|
|
||
|
|
alter table hrsa_salary_template
|
||
|
|
add feedback_url VARCHAR2(500) NULL
|
||
|
|
/
|