Added default value "NULL"

This commit is contained in:
Michael 2021-06-14 05:08:01 +00:00
parent bb5e6d248b
commit 31db9dbef7
70 changed files with 311 additions and 311 deletions

View file

@ -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 | | |
| uid | Owner id which owns this copy of the item | mediumint unsigned | YES | PRI | | |
| 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 | |
Return to [database documentation](help/database)