create table users (id int not null auto_increment,name varchar(100) not null,hashed_password char(40) null,primary key (id))