4 | Field | Description | Type | Null | Key | Default | Extra |
5 | ----- | ----------- | ---------------- | ---- | --- | ------- | --------------- |
6 | id | | int(10) unsigned | NO | PRI | NULL | auto_increment |
7 | cat | | char(255) | NO | MUL | | |
8 | k | | char(255) | NO | | | |
9 | v | | text | NO | | NULL | |
11 Return to [database documentation](help/database)