Commit 5c0277ed by 岳巧源

add index

parent 558e7af0
Showing with 2 additions and 0 deletions
...@@ -10,3 +10,5 @@ create table lie_shop_push_sku_log ( ...@@ -10,3 +10,5 @@ create table lie_shop_push_sku_log (
create_time int(10) default 0 not null comment '创建时间', create_time int(10) default 0 not null comment '创建时间',
update_time int(10) default 0 not null comment '更新时间' update_time int(10) default 0 not null comment '更新时间'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='sku推送日志表'; ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='sku推送日志表';
create index sku_id_index on lie_shop_push_sku_log(sku_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 sign in to comment