diff options
Diffstat (limited to 'create/postgresql/schema.sql')
| -rw-r--r-- | create/postgresql/schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql index 16dcfc42..0b7216c7 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -156,6 +156,7 @@ CREATE TABLE users ( name varchar(100) DEFAULT '' NOT NULL, surname varchar(100) DEFAULT '' NOT NULL, passwd char(32) DEFAULT '' NOT NULL, + url varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (userid) ); |
