weaver-hrm-salary/resource/sqlupgrade/PG/sql202308140203.sql

15 lines
329 B
MySQL
Raw Normal View History

2023-08-14 20:07:29 +08:00
create table hrsa_tax_declaration_value
(
id bigint primary key ,
create_time timestamp,
update_time timestamp,
creator bigint,
delete_type int default 0,
tenant_key varchar(10),
tax_declare_record_id bigint,
tax_declaration_id bigint,
employee_type smallint,
employee_id bigint,
result_value_json text
);
/