create table buddylist ( uid integer NOT NULL default 0, buddy integer NOT NULL default 0, timestamp integer NOT NULL default 0);