diff --git a/db/schema.sql b/db/schema.sql index 0555b69840..02dd7083e0 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -292,7 +292,7 @@ create table lang ( -- user profile (description, pictures) -- create table profile ( - userid integer not null auto_increment, + userid integer not null, language varchar(254), response1 text, response2 text,