4 | Field | Description | Type | Null | Key | Default | Extra |
5 |---------|------------------|------------------|------|-----|---------|----------------|
6 | id | sequential ID | int(10) unsigned | NO | PRI | NULL | auto_increment |
7 | cmd | | varchar(32) | NO | | | |
8 | item | | int(11) | NO | | 0 | |
9 | contact | | int(11) | NO | | 0 | |
12 Return to [database documentation](help/database)