use obpm2; create table tenant_user_third_check_status ( id varchar(50) not null primary key, third_system_value tinyint(2) not null comment '第三方系统值', request_json text comment '请求json', created_time timestamp not null default current_timestamp )