create table users ( id text primary key, username text name text, password_digest binary ); create unique index users_username on users(username);