weaver-hrm-salary/resource/sqlupgrade/Mysql/sql202504020203.sql

4 lines
143 B
MySQL
Raw Normal View History

2025-04-02 17:05:04 +08:00
ALTER TABLE hrsa_push_record ADD COLUMN fail_reason varchar(4000);
ALTER TABLE hrsa_push_record_detail ADD COLUMN fail_reason varchar(4000) ;