Updates database structure documentation
This commit is contained in:
parent
cd8ce7eada
commit
84ab5d6159
83 changed files with 1289 additions and 796 deletions
13
doc/database/db_user-contact.md
Normal file
13
doc/database/db_user-contact.md
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue