This commit is contained in:
parent
3ab0440078
commit
3f8ab52b8c
|
|
@ -45,8 +45,8 @@ CREATE TABLE hrsa_tax_agent_manage_range
|
|||
(
|
||||
id NUMBER(38,0) primary key NOT NULL,
|
||||
tax_agent_id NUMBER(38,0) NOT NULL,
|
||||
employee_id NUMBER(38,0),
|
||||
tax_agent_sub_admin_id NUMBER(38,0) NOT NULL,
|
||||
employee_id NUMBER(38,0) DEFAULT 0,
|
||||
tax_agent_sub_admin_id NUMBER(38,0) DEFAULT 0,
|
||||
target_type number DEFAULT 1,
|
||||
target_id NUMBER(38,0) NOT NULL,
|
||||
employee_status varchar2(100) NOT NULL,
|
||||
|
|
|
|||
Loading…
Reference in New Issue