create table challenges_argon2_password(
user_id integer primary key not null,
hash string not null
);