show indexes from biogg_bid_item;
alter table biogg_bid_item partition by key(bid)partitions 5;
提示:[Err] 1503 - A UNIQUE INDEX must include all columns in the table's partitioning function
如何解决呀?(之前的索引不能删除