11 lines
199 B
MySQL
11 lines
199 B
MySQL
|
|
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
|
||
|
|
/
|