Added default value "NULL"
This commit is contained in:
parent
bb5e6d248b
commit
31db9dbef7
70 changed files with 311 additions and 311 deletions
|
@ -4,9 +4,9 @@ Delivery data for items
|
|||
|
||||
| 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 | | |
|
||||
| postopts | External post connectors add their network name to this comma-separated string to identify that they should be delivered to these networks during delivery | text | NO | | | |
|
||||
| inform | Additional receivers of the linked item | mediumtext | NO | | | |
|
||||
| uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | YES | PRI | NULL | |
|
||||
| postopts | External post connectors add their network name to this comma-separated string to identify that they should be delivered to these networks during delivery | text | NO | | NULL | |
|
||||
| inform | Additional receivers of the linked item | mediumtext | NO | | NULL | |
|
||||
| queue_count | Initial number of delivery recipients, used as item.delivery_queue_count | mediumint | YES | | 0 | |
|
||||
| queue_done | Number of successful deliveries, used as item.delivery_queue_done | mediumint | YES | | 0 | |
|
||||
| queue_failed | Number of unsuccessful deliveries, used as item.delivery_queue_failed | mediumint | YES | | 0 | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue