CREATE TABLE user ( row_id integer primary key autoincrement, id not null unique default '', email not null unique default '', admin integer not null default 0, password not null default '', salt not null default '', name not null default '', show_email integer not null default 0, avatar blob not null default '', bio not null default '', url not null default '', location not null default '', company not null default '', social not null default '' )