mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:50:10 +00:00
Added default value "NULL"
This commit is contained in:
parent
bb5e6d248b
commit
31db9dbef7
70 changed files with 311 additions and 311 deletions
|
@ -4,10 +4,10 @@ Table notify-threads
|
|||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
||||
| id | sequential ID | int unsigned | YES | PRI | | auto_increment |
|
||||
| id | sequential ID | int unsigned | YES | PRI | NULL | auto_increment |
|
||||
| notify-id | | int unsigned | YES | | 0 | |
|
||||
| master-parent-item | Deprecated | int unsigned | NO | | | |
|
||||
| master-parent-uri-id | Item-uri id of the parent of the related post | int unsigned | NO | | | |
|
||||
| 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 | |
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue