create table sessions ( id INT not null, remote_addr char(15) not null, login_time int not null, last_click int not null, PRIMARY KEY (id) );