X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_user.md;h=7f58ce58f1573f066db0be0f47ec0ebd5bc9ddea;hb=9581b05603e6ee4e250738c159ed2e67b3fb2eeb;hp=85fe895e98502454f67126590b863214a0fea58e;hpb=8dfd560b52ec6f7be9f5cc4743be8825ed836650;p=friendica.git diff --git a/doc/database/db_user.md b/doc/database/db_user.md index 85fe895e98..7f58ce58f1 100644 --- a/doc/database/db_user.md +++ b/doc/database/db_user.md @@ -21,6 +21,7 @@ Fields | language | default language | varchar(32) | NO | | en | | | register_date | timestamp of registration | datetime | NO | | 0001-01-01 00:00:00 | | | login_date | timestamp of last login | datetime | NO | | 0001-01-01 00:00:00 | | +| last-activity | Day of the last activity | date | YES | | NULL | | | default-location | Default for item.location | varchar(255) | NO | | | | | allow_location | 1 allows to display the location | boolean | NO | | 0 | | | theme | user theme preference | varchar(255) | NO | | | |