change PrivateKey to type text
This commit is contained in:
parent
bd528b44be
commit
e373e9a39a
@ -13,7 +13,7 @@ CREATE TABLE `users` (
|
||||
`User_Bio` varchar(100) DEFAULT 'wow such empty',
|
||||
`User_Avatar` varchar(100) DEFAULT NULL,
|
||||
`User_PublicKey` varchar(830) DEFAULT NULL,
|
||||
`User_PrivateKey` blob,
|
||||
`User_PrivateKey` text,
|
||||
PRIMARY KEY (`User_ID`,`User_Name`),
|
||||
UNIQUE KEY `User_Name_UNIQUE` (`User_Name`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
|
||||
|
Loading…
x
Reference in New Issue
Block a user