Commit 5afd996c by mercymodest

feat:- add sql

parent af7b17a3
alter table t_ip2location_info
alter table t_ip2location_info
change user_id business_id bigint not null comment '业务ID 用户ID/设备ID';
drop index idx_user_id on t_ip2location_info;
create index idx_business_id
on t_ip2location_info (business_id);
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