diff --git a/resource/sqlupgrade/DM/sql202307180403.sql b/resource/sqlupgrade/DM/sql202307180403.sql index 3a72f6ecc..fb5e8e455 100644 --- a/resource/sqlupgrade/DM/sql202307180403.sql +++ b/resource/sqlupgrade/DM/sql202307180403.sql @@ -8,7 +8,7 @@ create table hrsa_tax_agent_tax_return tenant_key varchar2(10), tax_agent_id number not null, tax_code varchar2(50) not null, - tax_registration_number varchar2(50) not null, + tax_registration_number varchar2(50) , department_code varchar2(50), department_name varchar2(50), nation varchar2(50), diff --git a/resource/sqlupgrade/JC/sql202307180403.sql b/resource/sqlupgrade/JC/sql202307180403.sql index 3a72f6ecc..fb5e8e455 100644 --- a/resource/sqlupgrade/JC/sql202307180403.sql +++ b/resource/sqlupgrade/JC/sql202307180403.sql @@ -8,7 +8,7 @@ create table hrsa_tax_agent_tax_return tenant_key varchar2(10), tax_agent_id number not null, tax_code varchar2(50) not null, - tax_registration_number varchar2(50) not null, + tax_registration_number varchar2(50) , department_code varchar2(50), department_name varchar2(50), nation varchar2(50), diff --git a/resource/sqlupgrade/Mysql/sql202307180403.sql b/resource/sqlupgrade/Mysql/sql202307180403.sql index a063f8f8d..63e7d6274 100644 --- a/resource/sqlupgrade/Mysql/sql202307180403.sql +++ b/resource/sqlupgrade/Mysql/sql202307180403.sql @@ -1,25 +1,25 @@ create table hrsa_tax_agent_tax_return ( id bigint primary key comment 'ID' , - create_time datetime comment '´´½¨Ê±¼ä' , - update_time datetime comment 'ÐÞ¸Äʱ¼ä' , - creator bigint comment '´´½¨ÈËid' , - delete_type int default 0 comment 'ÊÇ·ñɾ³ý' , - tenant_key varchar(10) comment '×â»§KEY' , - tax_agent_id bigint not null comment '¸ö˰¿Û½ÉÒåÎñÈËID' , - tax_code varchar(50) not null comment '˰ºÅ' , - tax_registration_number varchar(50) not null comment 'µÇ¼ÇÐòºÅ' , - department_code varchar(50) comment '²¿ÃűàºÅ' , - department_name varchar(50) comment '²¿ÃÅÃû³Æ' , - nation varchar(50) comment '¹ú¼Ò' , - province varchar(50) comment 'Ê¡·Ý' , - city varchar(50) comment 'Êм¶' , - area_code varchar(50) not null comment 'ÐÐÕþ±àÂë' , - password_type int(2) not null comment 'ÃÜÂëУÑéÀàÐÍ' , - real_account varchar(50) comment 'ʵÃûÕ˺Å' , - pwd varchar(50) not null comment 'ÃÜÂë' , - check_status int(2) not null comment '±¨Ë°Ñé֤״̬' , - fail_reason varchar(255) comment '×î½üÒ»´ÎÑé֤ʧ°ÜÔ­Òò' + create_time datetime comment '����ʱ��' , + update_time datetime comment '�޸�ʱ��' , + creator bigint comment '������id' , + delete_type int default 0 comment '�Ƿ�ɾ��' , + tenant_key varchar(10) comment '�⻧KEY' , + tax_agent_id bigint not null comment '��˰�۽�������ID' , + tax_code varchar(50) not null comment '˰��' , + tax_registration_number varchar(50) comment '�Ǽ����' , + department_code varchar(50) comment '���ű��' , + department_name varchar(50) comment '��������' , + nation varchar(50) comment '����' , + province varchar(50) comment 'ʡ��' , + city varchar(50) comment '�м�' , + area_code varchar(50) not null comment '��������' , + password_type int(2) not null comment '����������' , + real_account varchar(50) comment 'ʵ���˺�' , + pwd varchar(50) not null comment '����' , + check_status int(2) not null comment '��˰��֤״̬' , + fail_reason varchar(255) comment '���һ����֤ʧ��ԭ��' ) ; diff --git a/resource/sqlupgrade/Oracle/sql202307180403.sql b/resource/sqlupgrade/Oracle/sql202307180403.sql index b713207b6..c34456078 100644 --- a/resource/sqlupgrade/Oracle/sql202307180403.sql +++ b/resource/sqlupgrade/Oracle/sql202307180403.sql @@ -8,7 +8,7 @@ create table hrsa_tax_agent_tax_return tenant_key varchar2(10), tax_agent_id number not null, tax_code varchar2(50) not null, - tax_registration_number varchar2(50) not null, + tax_registration_number varchar2(50) , department_code varchar2(50), department_name varchar2(50), nation varchar2(50), diff --git a/resource/sqlupgrade/PG/sql202307180403.sql b/resource/sqlupgrade/PG/sql202307180403.sql index bc4ebcfa6..d224c62a8 100644 --- a/resource/sqlupgrade/PG/sql202307180403.sql +++ b/resource/sqlupgrade/PG/sql202307180403.sql @@ -8,7 +8,7 @@ create table hrsa_tax_agent_tax_return tenant_key varchar(10), tax_agent_id bigint not null, tax_code varchar(50) not null, - tax_registration_number varchar(50) not null, + tax_registration_number varchar(50) , department_code varchar(50), department_name varchar(50), nation varchar(50), diff --git a/resource/sqlupgrade/SQLServer/sql202307180403.sql b/resource/sqlupgrade/SQLServer/sql202307180403.sql index 8d807cf33..5a9e63cb3 100644 --- a/resource/sqlupgrade/SQLServer/sql202307180403.sql +++ b/resource/sqlupgrade/SQLServer/sql202307180403.sql @@ -8,7 +8,7 @@ create table hrsa_tax_agent_tax_return tenant_key nvarchar(10), tax_agent_id bigint not null, tax_code nvarchar(50) not null, - tax_registration_number nvarchar(50) not null, + tax_registration_number nvarchar(50), department_code nvarchar(50), department_name nvarchar(50), nation nvarchar(50), diff --git a/resource/sqlupgrade/ST/sql202307180403.sql b/resource/sqlupgrade/ST/sql202307180403.sql index 3a72f6ecc..fb5e8e455 100644 --- a/resource/sqlupgrade/ST/sql202307180403.sql +++ b/resource/sqlupgrade/ST/sql202307180403.sql @@ -8,7 +8,7 @@ create table hrsa_tax_agent_tax_return tenant_key varchar2(10), tax_agent_id number not null, tax_code varchar2(50) not null, - tax_registration_number varchar2(50) not null, + tax_registration_number varchar2(50) , department_code varchar2(50), department_name varchar2(50), nation varchar2(50),