代码拉取完成,页面将自动刷新
CREATE UNIQUE INDEX IX_DeviceCodes_DeviceCode
ON DeviceCodes
(DeviceCode
);
fail: Microsoft.EntityFrameworkCore.Database.Command[20102]
Failed executing DbCommand (11ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
CREATE INDEX IX_PersistedGrants_SubjectId_ClientId_Type
ON PersistedGrants
(SubjectId
, ClientId
, Type
);
Unhandled exception. System.AggregateException: One or more errors occurred. (Specified key was too long; max key length is 1000 bytes)