Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can use these as a guideline for defining the schema for the database you us

create table users(
username varchar_ignorecase(50) not null primary key,
password varchar_ignorecase(50) not null,
password varchar_ignorecase(500) not null,
enabled boolean not null
);

Expand Down