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

29 lines
459 B
MySQL
Raw Normal View History

CREATE TABLE hrsa_insurance_base_info (
id bigint NOT NULL,
employee_id bigint NOT NULL ,
payment_organization int NULL ,
social_archives_id bigint NULL ,
fund_archives_id bigint NULL ,
other_archives_id bigint NULL ,
tenant_key varchar(10) NOT NULL,
creator int NOT NULL,
delete_type int NOT NULL,
create_time timestamp NOT NULL,
update_time timestamp NOT NULL,
run_status varchar(20) NOT NULL ,
PRIMARY KEY ( id )
);