1
0
Fork 0

Updates database structure documentation

This commit is contained in:
Michael 2021-06-13 20:33:50 +00:00
commit 84ab5d6159
83 changed files with 1289 additions and 796 deletions

View file

@ -0,0 +1,13 @@
Table user-contact
===========
User specific public contact data
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
| cid | Contact id of the linked public contact | int unsigned | YES | PRI | 0 | |
| uid | User id | mediumint unsigned | YES | PRI | 0 | |
| blocked | Contact is completely blocked for this user | boolean | NO | | | |
| ignored | Posts from this contact are ignored | boolean | NO | | | |
| collapsed | Posts from this contact are collapsed | boolean | NO | | | |
Return to [database documentation](help/database)