mirror of
https://github.com/friendica/friendica
synced 2025-04-25 09:50:11 +00:00
Additional info in registration request
This commit is contained in:
parent
1cc0cc5b82
commit
b95bf00e89
9 changed files with 37 additions and 9 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue