X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdbstructure.php;h=94e8da4a44fbda632652204ecc4afe53f1acf1bf;hb=d49325d177cf03b97df250ca3cb081421c541049;hp=bd4a07eb56e73a9c63bb4cb468409da66d62ebfc;hpb=a6776f0cc1a57016b8d32e06ba86ba98618783ab;p=friendica.git diff --git a/include/dbstructure.php b/include/dbstructure.php index bd4a07eb56..94e8da4a44 100644 --- a/include/dbstructure.php +++ b/include/dbstructure.php @@ -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"),