create table user_static ( id integer primary key, name varchar(255) not null );