weaver-hrm-salary/resource/sqlupgrade/DM/2022/sql2022120901602.sql

5 lines
107 B
MySQL
Raw Normal View History

2023-04-07 14:38:38 +08:00
alter table hrsa_sub_table add table_type int;
/
alter table hrsa_sub_table modify table_type default 0;
/