mirror of
https://github.com/friendica/friendica
synced 2025-04-26 11:50:11 +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,9 +4,9 @@ Background tasks queue entries
|
|||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
||||
| id | Auto incremented worker task id | int unsigned | YES | PRI | | auto_increment |
|
||||
| command | Task command | varchar(100) | NO | | | |
|
||||
| parameter | Task parameter | mediumtext | NO | | | |
|
||||
| id | Auto incremented worker task id | int unsigned | YES | PRI | NULL | auto_increment |
|
||||
| command | Task command | varchar(100) | NO | | NULL | |
|
||||
| parameter | Task parameter | mediumtext | NO | | NULL | |
|
||||
| priority | Task priority | tinyint unsigned | YES | | 0 | |
|
||||
| created | Creation date | datetime | YES | | 0001-01-01 00:00:00 | |
|
||||
| pid | Process id of the worker | int unsigned | YES | | 0 | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue