Description of FUDforum table fud30_avatar. This table stores information about the forum's avatar galleries. For more information, see Avatar Manager.
Fields
Column Name | Datatype | Can be Null? | Key? | Default | Description
|
id | int(11) | NO | PRI | | auto_increment
|
img | varchar(255) | NO | | | Avatar image.
|
descr | varchar(255) | NO | | | Avatar description.
|
gallery | varchar(255) | NO | MUL | default | Avatar is in this gallery.
|
Keys
Index Name | Uniqueness | Column Name | Seq in index | Comments
|
PRIMARY | UNIQUE | id | 1 |
|
fud30_avatar_i_g | NOT UNIQUE | gallery | 1 |
|