USE ZrqCommon;
GO
ALTER TABLE UserInfo
ADD CONSTRAINT AK_UserName UNIQUE (UserName);
GO

相关文章: