4 | Field | Description | Type | Null | Key | Default | Extra |
5 | ----- | ----------- | ------------ | ---- | --- | ------------------- | --------------- |
6 | id | | int(11) | NO | PRI | NULL | auto_increment |
7 | uid | | int(11) | NO | MUL | 0 | |
8 | spam | | int(11) | NO | MUL | 0 | |
9 | ham | | int(11) | NO | MUL | 0 | |
10 | term | | varchar(255) | NO | MUL | | |
11 | date | | datetime | NO | | 0000-00-00 00:00:00 | |
13 Return to [database documentation](help/database)