weaver-hrm-salary/resource/sqlupgrade/SQLServer/sql202603250103NBBCGTGJWLYX...

5 lines
99 B
Transact-SQL

alter table hrsa_salary_sob_item add zy_hide int
go
update hrsa_salary_sob_item set zy_hide = 0
go