We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c288c commit cff16b0Copy full SHA for cff16b0
security/remember_me.rst
@@ -307,7 +307,7 @@ so ``DoctrineTokenProvider`` can store the tokens:
307
308
CREATE TABLE `rememberme_token` (
309
`series` char(88) UNIQUE PRIMARY KEY NOT NULL,
310
- `value` char(88) NOT NULL,
+ `value` varchar(88) NOT NULL,
311
`lastUsed` datetime NOT NULL,
312
`class` varchar(100) NOT NULL,
313
`username` varchar(200) NOT NULL
0 commit comments