You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE `AuditOperation` (
`Id` char(36) NOT NULL,
`FunctionName` longtext NULL,
`UserId` longtext NULL,
`UserName` longtext NULL,
`NickName` longtext NULL,
`Ip` longtext NULL,
`OperationSystem` longtext NULL,
`Browser` longtext NULL,
`UserAgent` longtext NULL,
`ResultType` int NOT NULL,
`Message` longtext NULL,
`Elapsed` int NOT NULL,
`CreatedTime` datetime(6) NOT NULL,
CONSTRAINT `PK_AuditOperation` PRIMARY KEY (`Id`)
);
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(6) NOT NULL,
CONSTRAINT PK_AuditOperation PRIMARY KEY (Id)
)' at line 14
The text was updated successfully, but these errors were encountered:
执行 update -database 出错 :
Failed executing DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
The text was updated successfully, but these errors were encountered: