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 5517d8f commit fe99693Copy full SHA for fe99693
docs/modules/ROOT/pages/servlet/appendix/database-schema.adoc
@@ -16,7 +16,7 @@ You can use these as a guideline for defining the schema for the database you us
16
17
create table users(
18
username varchar_ignorecase(50) not null primary key,
19
- password varchar_ignorecase(50) not null,
+ password varchar_ignorecase(500) not null,
20
enabled boolean not null
21
);
22
0 commit comments