mirror of
https://github.com/friendica/friendica
synced 2025-04-25 11:50:11 +00:00
Trailing whitespace removed
This commit is contained in:
parent
fd30df7300
commit
2cd0c1d30d
72 changed files with 965 additions and 893 deletions
|
@ -2,13 +2,14 @@ Table notify-threads
|
|||
===========
|
||||
|
||||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| -------------------- | --------------------------------------------- | ------------------ | ---- | --- | ------- | -------------- |
|
||||
| id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment |
|
||||
| notify-id | | int unsigned | NO | | 0 | |
|
||||
| master-parent-item | Deprecated | int unsigned | YES | | NULL | |
|
||||
| master-parent-uri-id | Item-uri id of the parent of the related post | int unsigned | YES | | NULL | |
|
||||
| parent-item | | int unsigned | NO | | 0 | |
|
||||
| receiver-uid | User id | mediumint unsigned | NO | | 0 | |
|
||||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| -------------------- | --------------------------------------------- | ------------------ | ---- | --- | ------- | -------------- |
|
||||
| id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment |
|
||||
| notify-id | | int unsigned | NO | | 0 | |
|
||||
| master-parent-item | Deprecated | int unsigned | YES | | NULL | |
|
||||
| master-parent-uri-id | Item-uri id of the parent of the related post | int unsigned | YES | | NULL | |
|
||||
| parent-item | | int unsigned | NO | | 0 | |
|
||||
| receiver-uid | User id | mediumint unsigned | NO | | 0 | |
|
||||
|
||||
Return to [database documentation](help/database)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue