-- 允许同一个微信 openId 绑定多个院内账号,保留普通索引供查询复用。 DROP INDEX IF EXISTS "User_openId_key"; CREATE INDEX IF NOT EXISTS "User_openId_idx" ON "User"("openId");