4 | Field | Description | Type | Null | Key | Default | Extra |
5 |-----------|------------------|---------------------|------|-----|---------------------|----------------|
6 | id | sequential ID | int(11) | NO | PRI | NULL | auto_increment |
7 | parameter | | text | NO | | NULL | |
8 | priority | | tinyint(3) unsigned | NO | | 0 | |
9 | created | | datetime | NO | MUL | 0001-01-01 00:00:00 | |
10 | pid | | int(11) | NO | | 0 | |
11 | executed | | datetime | NO | | 0001-01-01 00:00:00 | |
13 Return to [database documentation](help/database)