create table prefs ( user_login text, color1 text, color2 text, fontsize text, ... , primary key (user_login) );