mirror of
https://github.com/friendica/friendica
synced 2025-04-26 05:50:11 +00:00
Updates database structure documentation
This commit is contained in:
parent
cd8ce7eada
commit
84ab5d6159
83 changed files with 1289 additions and 796 deletions
11
doc/database/db_post-user-notification.md
Normal file
11
doc/database/db_post-user-notification.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
Table post-user-notification
|
||||
===========
|
||||
User post notifications
|
||||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
||||
| uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | YES | PRI | | |
|
||||
| uid | Owner id which owns this copy of the item | mediumint unsigned | YES | PRI | | |
|
||||
| notification-type | | tinyint unsigned | YES | | 0 | |
|
||||
|
||||
Return to [database documentation](help/database)
|
Loading…
Add table
Add a link
Reference in a new issue