12 lines
382 B
Markdown
12 lines
382 B
Markdown
Table search
|
|
===========
|
|
|
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
|
| id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment |
|
|
| uid | User id | mediumint unsigned | NO | | 0 | |
|
|
| term | | varchar(255) | NO | | | |
|
|
|
|
Return to [database documentation](help/database)
|