mirror of
https://github.com/friendica/friendica
synced 2025-04-24 09:50:11 +00:00
Reversed "null"
This commit is contained in:
parent
31db9dbef7
commit
a827f948c8
73 changed files with 752 additions and 752 deletions
|
@ -4,8 +4,8 @@ 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 | NULL | |
|
||||
| uid | Owner id which owns this copy of the item | mediumint unsigned | YES | PRI | NULL | |
|
||||
| notification-type | | tinyint unsigned | YES | | 0 | |
|
||||
| uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | NO | PRI | NULL | |
|
||||
| uid | Owner id which owns this copy of the item | mediumint unsigned | NO | PRI | NULL | |
|
||||
| notification-type | | tinyint unsigned | NO | | 0 | |
|
||||
|
||||
Return to [database documentation](help/database)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue