Table products options types
From Zen Cart(tm) Wiki
Contents |
Database Version
- 1.3.5
Description
- Stores information about product option types.
Table Details
Primary Key
Indexed Fields
- None.
Columns
products_options_types_id 
- A unique value to identify each product option type record.
Type: int(11) Null: No Default: 0
products_options_types_name
- The name of the given product option type.
Type: varchar(32) Null: Yes Default: NULL
Default Entries
products_options_types_id: 0 products_options_types_name: Dropdown
products_options_types_id: 1 products_options_types_name: Text
products_options_types_id: 2 products_options_types_name: Radio
products_options_types_id: 3 products_options_types_name: Checkbox
products_options_types_id: 4 products_options_types_name: File
products_options_types_id: 5 products_options_types_name: Read Only