mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-07-12 03:56:24 +02:00
Drop 'UNSIGNED' for 'FLOAT' in DDL for MySQL
This commit is contained in:
@ -84,7 +84,7 @@ CREATE TABLE `users_resets` (
|
||||
|
||||
CREATE TABLE `users_throttling` (
|
||||
`bucket` varchar(44) CHARACTER SET latin1 COLLATE latin1_general_cs NOT NULL,
|
||||
`tokens` float unsigned NOT NULL,
|
||||
`tokens` float NOT NULL,
|
||||
`replenished_at` int unsigned NOT NULL,
|
||||
`expires_at` int unsigned NOT NULL,
|
||||
PRIMARY KEY (`bucket`),
|
||||
|
Reference in New Issue
Block a user