Commit 5c0277ed by 岳巧源

add index

parent 558e7af0
Showing with 3 additions and 2 deletions
......@@ -9,4 +9,6 @@ create table lie_shop_push_sku_log (
platform int(10) default 0 not null comment '第三方平台 1京东',
create_time int(10) default 0 not null comment '创建时间',
update_time int(10) default 0 not null comment '更新时间'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='sku推送日志表';
\ No newline at end of file
) 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