Commit 3608fdc8 by mic

feat: add new sql.

parent 5afd996c
alter table t_ip2location_info alter table t_ip2location_info
...@@ -5,3 +5,7 @@ drop index idx_user_id on t_ip2location_info; ...@@ -5,3 +5,7 @@ drop index idx_user_id on t_ip2location_info;
create index idx_business_id create index idx_business_id
on t_ip2location_info (business_id); on t_ip2location_info (business_id);
alter table t_device
add device_address_update_time datetime null comment '设备地址(country/province/city)上次更新时间' after city;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment