Table media types
From Zen Cart(tm) Wiki
Revision as of 04:15, 11 June 2007 by Allcanadiansearch.ca (Talk | contribs)
Contents |
Database Version
- 1.3.5
Description
- Stores all the available media types.
Table Details
Primary Key
Indexed Fields
Columns
type_id 
- A unique, auto incremented value, to identify each media type record.
Type: int(11) Null: No Default: Extra: auto_increment
type_name 
- The name of the media type for display purposes.
Type: varchar(64) Null: No Default:
type_ext
- The extension of the media type.
Type: varchar(8) Null: No Default:
Default Entries
type_id: 1 type_name: MP3 type_ext: .mp3