Description of FUDforum table fud30_mime. This table contains the forum's MIME assignments. For more information, see MIME Management System.
Fields
Column Name | Datatype | Can be Null? | Key? | Default | Description
|
id | int(11) | NO | PRI | | auto_increment
|
fl_ext | varchar(10) | NO | MUL | | File extention
|
mime_hdr | varchar(255) | NO | | | Header, for example, 'text/html'
|
descr | varchar(255) | YES | | | Description
|
icon | varchar(100) | NO | | unknown.gif | Icon to show next to files of this type
|
Keys
Index Name | Uniqueness | Column Name | Seq in index | Comments
|
PRIMARY | UNIQUE | id | 1 |
|
fud30_mime_f | NOT UNIQUE | fl_ext | 1 |
|