1078-调整业务信息

This commit is contained in:
648540858
2024-06-06 07:26:20 +08:00
parent 5c826ef449
commit f7d811a299
36 changed files with 184 additions and 186 deletions

View File

@@ -315,10 +315,10 @@ create table wvp_resources_tree (
path character varying(255)
);
create table wvp_jt_device (
create table wvp_jt_terminal (
id serial primary key,
device_id character varying(50),
phone_number character varying(50) not null,
phone_number character varying(50),
province_id character varying(50),
province_text character varying(100),
city_id character varying(50),
@@ -334,7 +334,7 @@ create table wvp_jt_device (
register_time character varying(50) not null,
update_time character varying(50) not null,
create_time character varying(50) not null,
constraint uk_jt_device_id_device_id unique (id, terminal_id)
constraint uk_jt_device_id_device_id unique (id, phone_number)
);
create table wvp_jt_channel (
id serial primary key,