weaver-hrm-salary/resource/sqlupgrade/GS/sql202308080403.sql

13 lines
204 B
MySQL
Raw Normal View History

2024-02-28 14:54:13 +08:00
alter table hrsa_salary_sob_item
add rounding_mode NUMBER null;
/
alter table hrsa_salary_sob_item
add pattern NUMBER null;
/
alter table hrsa_salary_sob_item
add value_type NUMBER null;
/