@ -29,7 +29,7 @@ class ApiMigration(MigrationABC):
|
||||
`ForgotPasswordId` VARCHAR(255) DEFAULT NULL,
|
||||
`OAuthId` VARCHAR(255) DEFAULT NULL,
|
||||
`RefreshTokenExpiryTime` DATETIME(6) NOT NULL,
|
||||
`AuthRole` INT NOT NULL DEFAULT '0',
|
||||
`AuthRole` INT NOT NULL DEFAULT 0,
|
||||
edraft marked this conversation as resolved
Outdated
|
||||
`CreatedAt` DATETIME(6) NOT NULL,
|
||||
`LastModifiedAt` DATETIME(6) NOT NULL,
|
||||
PRIMARY KEY(`Id`)
|
||||
|
Loading…
Reference in New Issue
Block a user
Warum ist der Defaultwert für ein Integer als ein String angegeben?