Summary of the "mimetypes_" fields in ListManager
The mimetypes_ table is a lookup table defining a numeric identifier for a mime type and providing a description for that type.
Primary key: TypeID_
Field Name |
Description |
Version Added |
TypeID_ |
Auto-numbering identifier for the mime type. (int, Primary Key, NOT NULL) |
|
TypeName_ |
The mime type, such as text/html or text/plain. (varchar(40), NOT NULL) |
|