Additional info in registration request

This commit is contained in:
Tobias Diekershoff 2016-11-19 18:22:49 +01:00
parent 1cc0cc5b82
commit b95bf00e89
9 changed files with 37 additions and 9 deletions

View file

@ -1280,6 +1280,7 @@ function db_definition($charset) {
"uid" => array("type" => "int(11) unsigned", "not null" => "1", "default" => "0"),
"password" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
"language" => array("type" => "varchar(16)", "not null" => "1", "default" => ""),
"note" => array("type" => "text"),
),
"indexes" => array(
"PRIMARY" => array("id"),