mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:50:15 +00:00
author-id/owner-id: Post update function/added database documentation
This commit is contained in:
parent
cd92a0dc34
commit
c7373dcec4
7 changed files with 88 additions and 3 deletions
|
@ -7,6 +7,8 @@ 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 | |
|
||||
| owner-id | Item owner | int(11) unsigned | NO | MUL | 0 | |
|
||||
| author-id | Item author | int(11) unsigned | NO | MUL | 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 | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue