release: 添加索引

release-2024-04-25
huangyw 3 months ago
parent 76c864df25
commit 963619f5f3

@ -9,3 +9,9 @@ alter table tb_store
alter table tb_store alter table tb_store
add discount_description varchar(255) null comment '折扣描述'; add discount_description varchar(255) null comment '折扣描述';
create index tb_lottery_user_id_index
on tb_lottery_user (lottery_id);
create index tb_lottery_user_user_id_index
on tb_lottery_user (user_id);

Loading…
Cancel
Save