9 | Field | Description | Type | Null | Key | Default | Extra |
10 | ----- | ------------- | ------------------ | ---- | --- | ------- | -------------- |
11 | id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment |
12 | uid | User id | mediumint unsigned | NO | | 0 | |
13 | term | | varchar(255) | NO | | | |
19 | -------- | ------------- |
21 | uid_term | uid, term(64) |
27 | Field | Target Table | Target Field |
28 |-------|--------------|--------------|
29 | uid | [user](help/database/db_user) | uid |
31 Return to [database documentation](help/database)