-- 玩家+物品+VIP状态 联合唯一 ALTER TABLE player_item ADD CONSTRAINT uk_player_item_player_item_vip UNIQUE (player_id, item_id, is_vip);