4 | Field | Description | Type | Null | Key | Default | Extra |
5 |---------|------------------|------------------|------|-----|---------------------|----------------|
6 | id | sequential ID | int(11) | NO | PRI | NULL | auto_increment |
7 | name | | varchar(128) | NO | | | |
8 | locked | | tinyint(1) | NO | | 0 | |
9 | pid | Process ID | int(10) unsigned | NO | | 0 | |
11 Return to [database documentation](help/database)