mirror of
https://github.com/friendica/friendica
synced 2025-04-25 20:30:11 +00:00
Reversed "null"
This commit is contained in:
parent
31db9dbef7
commit
a827f948c8
73 changed files with 752 additions and 752 deletions
|
@ -4,11 +4,11 @@ Table notify-threads
|
|||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
||||
| id | sequential ID | int unsigned | YES | PRI | NULL | auto_increment |
|
||||
| notify-id | | int unsigned | YES | | 0 | |
|
||||
| master-parent-item | Deprecated | int unsigned | NO | | NULL | |
|
||||
| master-parent-uri-id | Item-uri id of the parent of the related post | int unsigned | NO | | NULL | |
|
||||
| parent-item | | int unsigned | YES | | 0 | |
|
||||
| receiver-uid | User id | mediumint unsigned | YES | | 0 | |
|
||||
| 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