Update database to use id of User table as user id
This commit is contained in:
parent
6c2233790e
commit
d7412cb71a
2 changed files with 1 additions and 14 deletions
|
@ -2,7 +2,6 @@ CREATE TABLE `user` (
|
|||
`Id` varchar(255) NOT NULL,
|
||||
`WhenCreated` datetime NOT NULL,
|
||||
`WhenUpdated` datetime NOT NULL,
|
||||
`UserId` varchar(255) NOT NULL,
|
||||
`Currency` int NOT NULL,
|
||||
PRIMARY KEY (`Id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
|
Loading…
Add table
Add a link
Reference in a new issue