X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_thread.md;h=13b70b4511006a406407dc6e83fdd1bc7cac0c6c;hb=b9dba631aadf6c25a97b679808c684276b3dd76a;hp=4c912bec101f6ddaa858c80721757dcc8bde58e5;hpb=012107f5f775de6fe87d8c8d37e797d2316758c5;p=friendica.git diff --git a/doc/database/db_thread.md b/doc/database/db_thread.md index 4c912bec10..13b70b4511 100644 --- a/doc/database/db_thread.md +++ b/doc/database/db_thread.md @@ -7,11 +7,13 @@ Table thread | uid | | int(10) unsigned | NO | MUL | 0 | | | contact-id | | int(11) unsigned | NO | | 0 | | | gcontact-id | Global Contact | int(11) unsigned | NO | | 0 | | -| created | | datetime | NO | MUL | 0000-00-00 00:00:00 | | -| edited | | datetime | NO | | 0000-00-00 00:00:00 | | -| commented | | datetime | NO | MUL | 0000-00-00 00:00:00 | | -| received | | datetime | NO | | 0000-00-00 00:00:00 | | -| changed | | datetime | NO | | 0000-00-00 00:00:00 | | +| owner-id | Item owner | int(11) unsigned | NO | MUL | 0 | | +| author-id | Item author | int(11) unsigned | NO | MUL | 0 | | +| created | | datetime | NO | MUL | 0001-01-01 00:00:00 | | +| edited | | datetime | NO | | 0001-01-01 00:00:00 | | +| commented | | datetime | NO | MUL | 0001-01-01 00:00:00 | | +| received | | datetime | NO | | 0001-01-01 00:00:00 | | +| changed | | datetime | NO | | 0001-01-01 00:00:00 | | | wall | | tinyint(1) | NO | MUL | 0 | | | private | | tinyint(1) | NO | | 0 | | | pubmail | | tinyint(1) | NO | | 0 | |